Fix misplaced border (#1273)

This commit is contained in:
Anthony Swierkosz
2022-08-15 03:38:36 -04:00
committed by GitHub
parent c24505230d
commit 4d67ec5a7b

View File

@ -114,7 +114,7 @@
.last-button {
composes: button;
border-radius: 0 6px 6px 0;
border-left-width: 1px;
border-right-width: 1px;
}
.zoom {