mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11956] Fix responsive jumpbox
PHPBB3-11956
This commit is contained in:
parent
08811daa74
commit
3016e5227b
1 changed files with 5 additions and 1 deletions
|
@ -206,7 +206,11 @@ fieldset.forum-selection2 {
|
|||
fieldset.jumpbox {
|
||||
text-align: right;
|
||||
margin-top: 15px;
|
||||
height: 2.5em;
|
||||
min-height: 2.5em;
|
||||
}
|
||||
|
||||
fieldset.jumpbox select {
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
fieldset.quickmod {
|
||||
|
|
Loading…
Add table
Reference in a new issue