mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user