Updated schedule post responsiveness

This commit is contained in:
mgabdev 2019-09-18 21:15:17 -04:00
parent f151ce9844
commit 1f7432bb73
2 changed files with 7 additions and 1 deletions

View File

@ -5271,7 +5271,12 @@ noscript {
border: 1px solid #ccc;
line-height: 22px;
padding-left: 6px;
width: 165px;
width: 165px;
@media (max-width: 580px) {
width: 146px;
font-size: 10px;
}
}
.react-datepicker-popper {

View File

@ -248,6 +248,7 @@
flex: 0 0 auto;
.compose-form__buttons {
display: flex;
flex-wrap: wrap;
.compose-form__upload-button-icon {line-height: 27px;}
.compose-form__sensitive-button {
display: none;