Skip to content
Open
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css/includes/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -492,11 +492,11 @@ body pre {

.col-12.glpi-full-width {
.col-form-label {
width: calc(-4px + 20.8333%);
width: 33.3333%; /* Bootstrap 5 / Tabler.io .col-xxl-4 width */
}

.field-container {
width: calc(-11px + 79.1666%);
width: 66.6667%; /* Bootstrap 5 / Tabler.io .col-xxl-8 width */
}
}

Expand Down