Commit c2a438f6 authored by Roman Kuba's avatar Roman Kuba Committed by Natalia Tepluhina

Fix Single-File-Editor-Layout breaking when branch name is too long

parent 50297fb6
......@@ -172,7 +172,7 @@
}
.template-selector-dropdowns-wrap {
display: inline-block;
display: flex;
vertical-align: top;
@media(max-width: map-get($grid-breakpoints, lg)-1) {
......@@ -189,6 +189,7 @@
display: inline-block;
vertical-align: top;
font-family: $regular_font;
margin: 0 8px 0 0;
@media(max-width: map-get($grid-breakpoints, lg)-1) {
display: block;
......
---
title: Fix Single-File-Editor-Layout breaking when branch name is too long
merge_request: 21577
author: Roman Kuba
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment