Skip to content
Snippets Groups Projects
Commit 53422afd authored by Jan Prachař's avatar Jan Prachař
Browse files

Oprava zobrazení tlačítek v buňce tabulky, když dojde k zalomení

parent 957ff1b4
Branches fo
No related tags found
No related merge requests found
......@@ -125,9 +125,12 @@ p > .btn, .panel-body > .btn {
margin-bottom: 5px;
}
td > .btn-xs {
td > .btn-xs:nth-last-child(5),
td > .btn-xs:nth-last-child(4),
td > .btn-xs:nth-last-child(3),
td > .btn-xs:nth-last-child(2),
td > .btn-xs:nth-last-child(2) ~ .btn-xs {
margin-top: 2px;
margin-bottom: 2px;
}
th > .btn-xs {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment