mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 05:01:44 +08:00
Prevent timestamp modal calendar from overflowing container
This commit is contained in:
parent
43f0884660
commit
d001183828
|
@ -402,3 +402,27 @@
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.change-timestamp {
|
||||||
|
|
||||||
|
.date-picker {
|
||||||
|
width: 10em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#date-container {
|
||||||
|
.pika-single {
|
||||||
|
position: relative !important; // overriding another important
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=time] {
|
||||||
|
width: 6em;
|
||||||
|
}
|
||||||
|
|
||||||
|
form {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -211,19 +211,3 @@
|
||||||
max-height: 150px;
|
max-height: 150px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.change-timestamp {
|
|
||||||
min-height: 300px;
|
|
||||||
|
|
||||||
.date-picker {
|
|
||||||
width: 10em;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=time] {
|
|
||||||
width: 6em;
|
|
||||||
}
|
|
||||||
|
|
||||||
form {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user