mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge pull request #2528 from alphagov/dont-wrap-users
Don’t wrap users onto multiple lines
This commit is contained in:
@@ -11,6 +11,19 @@ $item-top-padding: $gutter-half;
|
||||
border-top: 1px solid $border-colour;
|
||||
position: relative;
|
||||
|
||||
h3 {
|
||||
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
color: $secondary-text-colour; // So the ellipsis is grey
|
||||
|
||||
.heading-small {
|
||||
color: $black;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-bottom: 1px solid $border-colour;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user