Commit 74e11b47 authored by Himanshu Kapoor's avatar Himanshu Kapoor

Fix issue: New File page file name field unclickable

When in mobile view, it got overlayed by the dropdown block element.
parent 3da460b8
......@@ -165,9 +165,8 @@
vertical-align: top;
@media(max-width: map-get($grid-breakpoints, lg)-1) {
display: block;
display: inline-block;
width: 100%;
margin: 5px 0;
padding: 0;
border-left: 0;
}
......
---
title: 'Fix: New File page file name field unclickable in mobile view'
merge_request: 39310
author:
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