mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 02:51:35 +02:00
[ticket/11956] Fix responsive jumpbox
PHPBB3-11956
This commit is contained in:
@@ -206,7 +206,11 @@ fieldset.forum-selection2 {
|
|||||||
fieldset.jumpbox {
|
fieldset.jumpbox {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
height: 2.5em;
|
min-height: 2.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
fieldset.jumpbox select {
|
||||||
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.quickmod {
|
fieldset.quickmod {
|
||||||
|
Reference in New Issue
Block a user