Improved messageview design

This commit is contained in:
djmaze 2021-09-01 11:01:56 +02:00
parent 47bbd3d410
commit aa16ef3dd0
2 changed files with 71 additions and 77 deletions

View file

@ -108,7 +108,7 @@
}
.informationShort {
margin: 4px 50px 0 5px;
margin: 4px 40px 0 0;
overflow: hidden;
text-overflow: ellipsis;
@ -120,8 +120,6 @@
.informationShortWrp {
max-height: 100px;
overflow-y: auto;
min-height: 30px;
margin-top: 4px;
}
.informationFull {
@ -129,11 +127,8 @@
table {
width: 100%;
}
table, tr, td {
border-spacing: 0;
width: 100%;
}
td {
@ -149,10 +144,6 @@
width: 1%;
}
.labelTo {
white-space: nowrap;
}
td + td {
word-break: break-all;
}