FIX: Fixes wrapping of buttons with larger buttons

Thanks to Kris for solution
This commit is contained in:
Jordan Vidrine 2020-05-05 10:51:49 -05:00 committed by GitHub
parent 0be68f147a
commit 657facb1d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -286,7 +286,8 @@ ol.category-breadcrumb {
}
.top-title-buttons {
display: inline;
display: inline-flex;
margin: .25em 0;
button {
margin-right: 0.5em;