Fix overflow issues for info-row values in the dialogs
This commit is contained in:
@@ -233,16 +233,15 @@ tr:hover .table-actions {
|
||||
.info-row {
|
||||
display: flex;
|
||||
margin-bottom: 10px;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.info-label {
|
||||
font-weight: bold;
|
||||
flex-basis: 50%;
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
|
||||
.info-value {
|
||||
flex-basis: 50%;
|
||||
text-align: right;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
text-wrap: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user