mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/14229] fix inline-block link on row-item
PHPBB3-14229
This commit is contained in:
parent
39f1c24af9
commit
34cf357599
1 changed files with 4 additions and 0 deletions
|
@ -149,6 +149,10 @@ dl.row-item dt, dl.row-item dd {
|
|||
min-height: 35px;
|
||||
}
|
||||
|
||||
dl.row-item dt a {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
dl a.row-item-link { /* topic row icon links */
|
||||
display: block;
|
||||
width: 30px;
|
||||
|
|
Loading…
Add table
Reference in a new issue