mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: desktop pin-topic modal not wide enough for date-picker
This commit is contained in:
@@ -35,7 +35,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal-body.feature-topic {
|
.modal-body.feature-topic {
|
||||||
overflow: visible;
|
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
input.date-picker {
|
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 {
|
.mobile-view .feature-topic .feature-section {
|
||||||
.desc {
|
.desc {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user