mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
(ui) restor deleted table's style
This commit is contained in:
parent
d4b2b16425
commit
e392cc1803
@ -1,5 +1,5 @@
|
||||
.edit-destroy-buttons {
|
||||
width: fit-content;
|
||||
width: max-content;
|
||||
flex-shrink: 0;
|
||||
border-radius: var(--border-radius-sm);
|
||||
overflow: hidden;
|
||||
|
@ -55,6 +55,18 @@
|
||||
}
|
||||
}
|
||||
|
||||
table {
|
||||
thead > tr {
|
||||
th.group-name,
|
||||
th.name {
|
||||
width: 40%
|
||||
}
|
||||
th.actions {
|
||||
width: 20%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.document-list {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(min-content, 50rem));
|
||||
@ -83,4 +95,4 @@
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user