mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -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;
|
@include bold-19;
|
||||||
padding: $padding-top 0 $padding-bottom 0;
|
padding: $padding-top 0 $padding-bottom 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
max-width: 50%;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-switch {
|
&-switch {
|
||||||
|
|||||||
Reference in New Issue
Block a user