fix: style tweaks for inconsistent button spacing (#13254)

* fix: button margin glitches

* removing unncessary fragment

* removing grid gap

* Revert "removing unncessary fragment"

This reverts commit 659e27348f.
This commit is contained in:
Evan Rusackas
2021-02-22 22:49:59 -08:00
committed by GitHub
parent a5a31e0e60
commit 8db5d43969
2 changed files with 4 additions and 5 deletions

View File

@@ -372,7 +372,6 @@ div.tablePopover {
.ResultSetButtons {
display: grid;
grid-auto-flow: column;
grid-gap: 4px;
padding-right: 8px;
}