Hey Guys,
I’m sure I’m missing something basic - but I cannot for the life of me figure out how to get a grid to vertical-align to the TOP (default is CENTER).
Here’s what I’ve tried:
grid = new Grid<>(SJNotifConfigQA.class, false);
grid.addClassName("notification-grid");
STYLES.CSS:
.notification-grid .v-grid-body .v-grid-row .v-grid-cell {
vertical-align: top;
}
Doesn’t seem to affect the vertical alignmnet. Any help would be greatly appreciated!