mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
Fix calc() in less files
This commit is contained in:
parent
bf9b47ce85
commit
c46e190a3a
2 changed files with 2 additions and 2 deletions
|
|
@ -40,6 +40,6 @@
|
|||
|
||||
@media screen and (max-width: 999px) {
|
||||
.b-languages-content .lang-item {
|
||||
width: calc(~'100% - 40px');
|
||||
width: calc(100% - 40px);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue