Merge pull request #742 from Renha/devel
Fixed wrapping of Icons at Action column in Access Controll settings page
This commit is contained in:
commit
8f8b66fbff
2 changed files with 2 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -260,6 +260,7 @@ table {
|
|||
}
|
||||
|
||||
&.settings_users_actions {
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
width: 60px;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue