Merge https://github.com/redmatrix/redmatrix into pending_merge
This commit is contained in:
@@ -1326,6 +1326,7 @@ header {
|
||||
.contactname {
|
||||
padding-top: 2px;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: block;
|
||||
@@ -1408,7 +1409,6 @@ header {
|
||||
.acl-list-item p {
|
||||
font-size: $font_size;
|
||||
margin: 0px;
|
||||
overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@@ -1870,6 +1870,9 @@ nav .dropdown-menu {
|
||||
.section-subtitle-wrapper h3 {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.section-subtitle-wrapper {
|
||||
@@ -2000,6 +2003,7 @@ nav .badge.mail-update:hover {
|
||||
.dropdown-menu {
|
||||
font-size: $body_font_size;
|
||||
border-radius: $radiuspx;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.dropdown-menu img {
|
||||
|
Reference in New Issue
Block a user