Skip to content
Snippets Groups Projects
Commit d4481373 authored by Sascha Eggenberger's avatar Sascha Eggenberger
Browse files

Fix rule

parent 8db4e762
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
padding-bottom: 0;
}
.ief-entity-table .ief-row-form .form-item {
.ief-entity-table .ief-row-form tr.form-item {
margin-top: var(--gin-spacing-density-s);
margin-bottom: var(--gin-spacing-density-s);
}
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -9,7 +9,8 @@
td {
padding-bottom: 0;
}
.form-item {
tr.form-item {
margin-top: var(--gin-spacing-density-s);
margin-bottom: var(--gin-spacing-density-s);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment