Fix subs panel button vertical alignment

This commit is contained in:
Matt-Yorkley
2019-04-10 03:20:07 +01:00
parent 896a45c399
commit e13db873b0

View File

@@ -110,6 +110,12 @@ tbody.panel-ctrl {
border-color: #6788a2;
padding: 0;
.panel {
.actions {
.button {
display: inline-block;
}
}
.row{
margin: 0px -4px;