This commit is contained in:
David Štaleker
2025-07-18 05:33:16 +02:00
parent 401a367e5d
commit db0cc8d3de
14776 changed files with 9251484 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
.user-view-table {
table-layout: fixed;
td {
padding-right: 0;
padding-left: 0;
border: 0;
}
td:first-child {
width: 9rem;
}
td:not(:first-child) {
min-width: 12rem;
}
}
.user-edit-fileinput {
position: absolute;
visibility: hidden;
width: 1px;
height: 1px;
opacity: 0;
}
.user-edit-multiselect ~ .select2-container {
width: 100% !important;
}