Fix cropped button icons

This commit is contained in:
Ben Haynes
2021-04-08 17:05:31 -04:00
parent c503d128cf
commit 757bf8bcbd

View File

@@ -305,6 +305,8 @@ body {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 0 1px; // Fixes slightly cropped icons
margin: 0 -1px; // Fixes slightly cropped icons
}
.content {