display error

Issue #76 new
Steffen Matthes created an issue

In the backend of the gallery module, the buttons for converting to a gallery are difficult to see. I think untrained editors have their difficulties here.

It becomes reproducible when more than 5 albums are possible. I often have more than 15 albums because of the folder structure.

My suggestion for the CSS adjustment

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
float: none;
display: flex;
flex-wrap: wrap;
flex: 3 1 auto;
max-width: 80%;
}

Comments (0)

  1. Log in to comment