mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
calendar should overflow in the 'Feature this topic' modal
This commit is contained in:
parent
9206741190
commit
a682ef5266
@ -34,8 +34,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal-body.feature-topic {
|
.modal-body.feature-topic {
|
||||||
|
overflow: visible;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
|
input.date-picker {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
hr {
|
hr {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user