drafts: Remove unused css property.

Since width of drafts-container is set to 58% above, this
property never gets used.
This commit is contained in:
Aman Agrawal
2020-10-31 20:09:10 +05:30
committed by Tim Abbott
parent 93e99d0ebd
commit e7a5588cb3

View File

@@ -11,10 +11,6 @@
display: flex;
flex-direction: column;
@media (max-width: 1130px) {
max-width: 60%;
}
@media (max-width: 700px) {
height: 95%;
max-width: none;