mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-11 09:20:34 +01:00
webapp: align table headers with card headers
set the left margin of table header cells to the same marging the card header use, such that the text align on the same axis.
This commit is contained in:
committed by
Thomas Basler
parent
e6a994fd7a
commit
ad73fd8abd
@@ -27,6 +27,14 @@ div.card.card-table {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
div.card.card-table tr > :first-child {
|
||||
padding-left: var(--bs-card-cap-padding-x);
|
||||
}
|
||||
|
||||
div.card.card-table tr > :last-child {
|
||||
padding-right: var(--bs-card-cap-padding-x);
|
||||
}
|
||||
|
||||
div.card.card-table div.card-body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user