Merge pull request #1028 from matkoniecz/feature/better-handling-of-labels

better margin handling for category buttons
This commit is contained in:
Mike Simpson 2023-01-10 12:00:13 +00:00 committed by GitHub
commit a6e093daf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@
justify-content: center;
align-items: center;
box-sizing: border-box;
/* padding: 0.1em; */
width: 100%;
height: 100%;
}
@ -18,5 +17,6 @@
text-align: center;
font-size: 1em;
margin: 0;
padding: 0.25em;
}