UX: hides local-date picker when used outside of main composer

This commit is contained in:
Joffrey JAFFEUX
2020-02-25 00:17:43 +01:00
committed by GitHub
parent bd49368942
commit e303b4d181

View File

@@ -146,6 +146,9 @@
height: 100%; height: 100%;
min-height: 10em; min-height: 10em;
} }
.local-dates.btn {
display: none;
}
.d-editor-container { .d-editor-container {
display: block; display: block;
} }