fix math error in css
This commit is contained in:
parent
474b6e6dad
commit
290a3b068e
|
@ -37,7 +37,7 @@
|
|||
|
||||
.compose-box.dialog-size {
|
||||
width: 540px;
|
||||
max-width: calc(100vw - 80px);
|
||||
max-width: calc(100vw - 60px);
|
||||
}
|
||||
|
||||
.compose-box-border-bottom {
|
||||
|
|
Loading…
Reference in New Issue