Merge pull request #742 from Renha/devel

Fixed wrapping of Icons at Action column in Access Controll settings page
This commit is contained in:
Gina Häußge 2015-01-31 16:36:58 +01:00
commit 8f8b66fbff
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -260,6 +260,7 @@ table {
}
&.settings_users_actions {
white-space: nowrap;
text-align: center;
width: 60px;