Skip to content

Commit

Permalink
[css] Fix inlines vertical alignement (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: vaz <vmohan@lenbox.io>
  • Loading branch information
VaZark and VaZark authored Dec 5, 2022
1 parent 14634aa commit a75c161
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ backward compatibility:
}

.admin-interface .inline-group .tabular tr td {
vertical-align: bottom;
vertical-align: top;
}

.admin-interface .inline-group .tabular tr.has_original td.original,
Expand Down

0 comments on commit a75c161

Please sign in to comment.