mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/17459] Get rid of weird margin on small screens
PHPBB-17459
This commit is contained in:
parent
31f9ffd56b
commit
58b5c8f5cf
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
min-width: 390px;
|
min-width: 390px;
|
||||||
margin: 0;
|
margin: 0 !important;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue