FIX: desktop pin-topic modal not wide enough for date-picker

This commit is contained in:
Joe 2018-06-16 15:19:08 +08:00 committed by GitHub
parent a30165ab8d
commit e8e8d540d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;