Tweak some styling

This commit is contained in:
Alex Cabal 2024-12-18 15:58:50 -06:00
parent 378555d131
commit e51cc4395e
4 changed files with 23 additions and 43 deletions

View file

@ -3912,6 +3912,19 @@ nav.breadcrumbs + h1{
white-space: normal;
margin: 0 10px;
}
table.admin-table td{
display: block;
padding: 0;
}
table.admin-table td:first-child{
text-align: left;
}
table.admin-table tr + tr td:first-child{
padding-top: 1rem;
}
}
@media(max-width: 470px){