mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-14 02:09:44 -04:00
Stop service name overflowing
This is just to stop it looking broken. 50% column width chosen to maintain the rhythm of the grid.
This commit is contained in:
@@ -16,7 +16,10 @@
|
||||
@include bold-19;
|
||||
padding: $padding-top 0 $padding-bottom 0;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
max-width: 50%;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
&-switch {
|
||||
|
||||
Reference in New Issue
Block a user