mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Merge pull request #1333 from GSA/1293-bug-team-members-with-long-names
Edited style sheet to wrap long emails that overflow the parent div
This commit is contained in:
@@ -168,26 +168,33 @@ td.table-empty-message {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
.user-list-item {
|
}
|
||||||
@include at-media(desktop) {
|
|
||||||
width: calc(50% - units(1));
|
.user-list-item {
|
||||||
margin-bottom: 1rem;
|
@include at-media(desktop) {
|
||||||
box-sizing: border-box;
|
width: calc(50% - units(1));
|
||||||
}
|
margin-bottom: 1rem;
|
||||||
// flex: 1 1 calc(100% - units(2));
|
box-sizing: border-box;
|
||||||
border: 1px solid color('gray-cool-10');
|
|
||||||
padding: units(2);
|
|
||||||
.tick-cross-list-permissions {
|
|
||||||
margin: units(1) 0;
|
|
||||||
padding-left: units(2);
|
|
||||||
}
|
|
||||||
.hint {
|
|
||||||
display: block;
|
|
||||||
font-size: size("body", "sm");
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
.user-list-item-heading .live-search-relevant {
|
||||||
|
display: block;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
border: 1px solid color('gray-cool-10');
|
||||||
|
padding: units(2);
|
||||||
|
|
||||||
|
.tick-cross-list-permissions {
|
||||||
|
margin: units(1) 0;
|
||||||
|
padding-left: units(2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.hint {
|
||||||
|
display: block;
|
||||||
|
font-size: size("body", "sm");
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.template-list-item-without-ancestors .template-list-folder:active,
|
.template-list-item-without-ancestors .template-list-folder:active,
|
||||||
.template-list-item-without-ancestors .template-list-folder:active::before,
|
.template-list-item-without-ancestors .template-list-folder:active::before,
|
||||||
|
|||||||
Reference in New Issue
Block a user