mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Remove useless margins at the end of panel boxes
This commit is contained in:
@@ -473,6 +473,13 @@ td > .dl-horizontal {
|
|||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td > p:last-child,
|
||||||
|
.panel-body > dl:last-child,
|
||||||
|
.panel-body > .table:last-child,
|
||||||
|
.panel-body > .table-responsive:last-child > .table:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.fa.disabled {
|
.fa.disabled {
|
||||||
color: $text-muted;
|
color: $text-muted;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user