member css for multi lang
This commit is contained in:
@ -4357,3 +4357,10 @@ fieldset[disabled] .btn-gplus.active {
|
||||
.mce-tinymce-inline {
|
||||
display: none !important;
|
||||
}
|
||||
.nav-h1 {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
width: 130px;
|
||||
}
|
||||
|
@ -4898,3 +4898,11 @@ body.container {
|
||||
.tool-split, .mce-tinymce-inline {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.nav-h1 {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
width: 130px;
|
||||
}
|
Reference in New Issue
Block a user