frontend: fix css priority on td.actions child margin

This commit is contained in:
Alice Gaudon 2020-11-10 15:27:14 +01:00
parent 5ce5e60af4
commit 2406485ae7
1 changed files with 4 additions and 4 deletions

View File

@ -12,10 +12,6 @@ td.actions {
justify-content: center;
align-items: center;
> *:not(:first-child) {
margin-left: 8px;
}
form {
padding: 0;
display: inline;
@ -29,6 +25,10 @@ td.actions {
margin-right: 0;
}
}
> *:not(:first-child) {
margin-left: 8px;
}
}
body > header {