Fix text truncation bug (#6589)
The fixed height can cause the text to be cut off in other languages
This commit is contained in:
@@ -214,9 +214,15 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.localUsers .cardText-secondary {
|
.localUsers {
|
||||||
|
.cardText-secondary {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
height: 3em;
|
min-height: 3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cardBox {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.customCssContainer textarea {
|
.customCssContainer textarea {
|
||||||
|
|||||||
Reference in New Issue
Block a user