Fix columns

This commit is contained in:
2025-12-10 17:01:55 +01:00
parent 4ac812780a
commit ca5ee547fd

View File

@@ -464,7 +464,7 @@ body {
.asset-management {
display: grid;
grid-template-columns: 1.25fr 1fr;
grid-template-columns: 2fr 356px;
gap: 16px;
margin-top: 14px;
align-items: start;
@@ -614,6 +614,7 @@ body {
display: flex;
flex-direction: column;
gap: 6px;
width: 328px;
}
.selected-asset-actions {
@@ -692,6 +693,12 @@ body {
flex-wrap: wrap;
}
.title-row strong {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.meta-text {
margin: 6px 0 0;
}