mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
calendar should overflow in the 'Feature this topic' modal
This commit is contained in:
parent
9206741190
commit
a682ef5266
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue