Skip to content
Snippets Groups Projects
Commit 6be82021 authored by Maximilian Giller's avatar Maximilian Giller :squid:
Browse files

Fixes a layout bug

parent f27078bd
No related branches found
No related tags found
1 merge request!2Implemented editor in the react framework
Pipeline #56887 passed
...@@ -5,6 +5,7 @@ div#ks-editor #history-navigator { ...@@ -5,6 +5,7 @@ div#ks-editor #history-navigator {
div#ks-editor #history-navigator > select { div#ks-editor #history-navigator > select {
flex-grow: 1; flex-grow: 1;
width: auto; width: auto;
max-width: 48%;
} }
div#ks-editor #history-navigator > button { div#ks-editor #history-navigator > button {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment