mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #2996 from Senky/ticket/13104
[ticket/13104] Responsive tabs display bug in IE11
This commit is contained in:
commit
71ac6ab2b8
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ ul.cplist {
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabs .tab, #minitabs .tab {
|
#tabs .tab, #minitabs .tab {
|
||||||
display: inline-block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Add table
Reference in a new issue