Merge branch 'fix'
This commit is contained in:
@@ -112,7 +112,7 @@ img.image-preview {
|
||||
|
||||
.preset {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden !important;
|
||||
//overflow: hidden !important;
|
||||
}
|
||||
|
||||
.preset > div{
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
padding: var(--5px) 0;
|
||||
user-select: none;
|
||||
|
||||
min-width: calc(var(--50px) + var(--10px));
|
||||
|
||||
.autocomplete-suggestion.autocomplete-selected {
|
||||
background-color: var(--dropdown-link-hover-bg) !important;
|
||||
color: var(--dropdown-link-hover-color) !important;
|
||||
|
||||
@@ -213,6 +213,10 @@ small,
|
||||
top: var(--minus-1px);
|
||||
}
|
||||
|
||||
.no-select {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
a[role="button"],
|
||||
a[href="javascript:"] {
|
||||
&:not(.selectable) {
|
||||
|
||||
Reference in New Issue
Block a user