added ImportPopup
This commit is contained in:
@@ -667,7 +667,7 @@ a,
|
||||
border: 1px solid var(--baseAlt1Color);
|
||||
border-radius: var(--baseRadius);
|
||||
.list-item {
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@@ -495,6 +495,7 @@ select {
|
||||
font-size: var(--smFontSize);
|
||||
line-height: var(--smLineHeight);
|
||||
color: var(--txtHintColor);
|
||||
word-break: break-word;
|
||||
}
|
||||
.help-block-error {
|
||||
color: var(--dangerColor);
|
||||
|
||||
Reference in New Issue
Block a user