Fixed #1028
This commit is contained in:
@@ -316,6 +316,7 @@ button {
|
|||||||
span {
|
span {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not([disabled]):hover,
|
&:not([disabled]):hover,
|
||||||
@@ -567,7 +568,7 @@ ol li {
|
|||||||
|
|
||||||
* {
|
* {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row nowrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
@@ -773,3 +774,11 @@ section {
|
|||||||
.virtual-list {
|
.virtual-list {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.truncate {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user