fix w css list

This commit is contained in:
Mateusz Gruszczyński
2026-03-29 13:40:13 +02:00
parent a4d3da1d64
commit 84b4a5b482
3 changed files with 9 additions and 6 deletions

View File

@@ -559,8 +559,9 @@ td select.tom-dark {
justify-content: space-between;
}
.list-group-item:first-child,
.list-group-item:last-child {
/* Zachowaj ostre krawędzie tylko dla list flush (np. w panelach edycji) */
.list-group-flush > .list-group-item:first-child,
.list-group-flush > .list-group-item:last-child {
border-radius: 0 !important;
}

View File

@@ -559,8 +559,9 @@ td select.tom-dark {
justify-content: space-between;
}
.list-group-item:first-child,
.list-group-item:last-child {
/* Zachowaj ostre krawędzie tylko dla list flush (np. w panelach edycji) */
.list-group-flush > .list-group-item:first-child,
.list-group-flush > .list-group-item:last-child {
border-radius: 0 !important;
}

View File

@@ -303,8 +303,9 @@ input.form-control {
display: none !important;
}
.list-group-item:first-child,
.list-group-item:last-child {
/* Zachowaj ostre krawędzie tylko dla list flush (np. w panelach edycji) */
.list-group-flush > .list-group-item:first-child,
.list-group-flush > .list-group-item:last-child {
border-radius: 0 !important;
}