Fix overflow issues for info-row values in the dialogs

This commit is contained in:
Johannes Zellner
2025-08-13 16:54:38 +02:00
parent 39cad02e0d
commit 80f253e67c
3 changed files with 6 additions and 11 deletions
+2 -3
View File
@@ -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;