mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:49:14 +08:00
FIX: desktop pin-topic modal not wide enough for date-picker
This commit is contained in:
parent
a30165ab8d
commit
e8e8d540d3
|
@ -35,7 +35,6 @@
|
|||
}
|
||||
|
||||
.modal-body.feature-topic {
|
||||
overflow: visible;
|
||||
padding: 5px;
|
||||
max-height: 500px;
|
||||
input.date-picker {
|
||||
|
@ -66,6 +65,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
.desktop-view .feature-topic-modal {
|
||||
.feature-topic {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.modal-inner-container {
|
||||
min-width: 700px;
|
||||
}
|
||||
}
|
||||
|
||||
.mobile-view .feature-topic .feature-section {
|
||||
.desc {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue
Block a user