mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
#36005 - patch by raimon - wrap on group display for info column
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9401 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
0f162568f2
commit
1afa921cb6
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ table.table1 .joined { text-align: left; width: 15%; }
|
|||
table.table1 .active { text-align: left; width: 15%; }
|
||||
table.table1 .mark { text-align: center; width: 7%; }
|
||||
table.table1 .info { text-align: left; width: 30%; }
|
||||
table.table1 .info div { width: 100%; white-space: nowrap; overflow: hidden; }
|
||||
table.table1 .info div { width: 100%; white-space: normal; overflow: hidden; }
|
||||
table.table1 .autocol { line-height: 2em; white-space: nowrap; }
|
||||
table.table1 thead .autocol { padding-left: 1em; }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue