Polish IDM assignment table layout
This commit is contained in:
@@ -17,16 +17,14 @@
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.idm-layout {
|
||||
.idm-table-stack {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
|
||||
gap: 18px;
|
||||
align-items: start;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.idm-editor-stack {
|
||||
display: grid;
|
||||
gap: 18px;
|
||||
.idm-table-stack > .card {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.idm-form-grid {
|
||||
@@ -57,8 +55,8 @@
|
||||
.idm-row-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
flex-wrap: wrap;
|
||||
gap: 6px;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.idm-row-actions {
|
||||
@@ -87,10 +85,8 @@
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
@media (max-width: 1100px) {
|
||||
.idm-layout {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.idm-dialog-change-request {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
|
||||
Reference in New Issue
Block a user