fix grid actionbar (#17837)

This commit is contained in:
Alan Ren
2021-12-07 11:56:11 -08:00
committed by GitHub
parent 3e3bc7a7fc
commit 4ea6805d55

View File

@@ -18,3 +18,7 @@
text-overflow: ellipsis;
overflow: hidden;
}
.grid-panel.action-bar.vertical .action-item .action-label {
padding: 0px;
}