matrix-dimension/web/app/admin/widgets/widgets.component.scss
Travis Ralston 51ea270fba Adjust the widget configuration button alignment to be better aligned
Using `top` was really just a hack
2018-03-23 20:15:29 -06:00

8 lines
113 B
SCSS

.editButton {
cursor: pointer;
vertical-align: text-bottom;
}
tr td:last-child {
vertical-align: middle;
}