mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11577] Readjust min-height to 35px
Changing min-height to 35px in order to get pixel-for-pixel accurate height settings as before for topic-rows. PHPBB3-11577
This commit is contained in:
parent
dccd605a42
commit
5701c753a7
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ dl.icon dt .list-inner {
|
|||
}
|
||||
|
||||
dl.icon dt, dl.icon dd {
|
||||
min-height: 30px;
|
||||
min-height: 35px;
|
||||
}
|
||||
|
||||
dd.posts, dd.topics, dd.views, dd.extra, dd.mark {
|
||||
|
|
Loading…
Add table
Reference in a new issue