fix grid actionbar (#17837) (#17854)

This commit is contained in:
Alan Ren
2021-12-08 10:16:32 -08:00
committed by GitHub
parent 80541ce6f0
commit a2d5b2acd1

View File

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