提交 e01456fd 编写于 作者: J Jose Vargas

Solve buttons on new file page wrap outside of the container

上级 266666d1
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
line-height: 35px; line-height: 35px;
padding-top: 7px; padding-top: 7px;
padding-bottom: 7px; padding-bottom: 7px;
display: flex;
.float-right { .float-right {
height: 20px; height: 20px;
...@@ -49,6 +50,7 @@ ...@@ -49,6 +50,7 @@
display: block; display: block;
float: left; float: left;
margin-right: 10px; margin-right: 10px;
flex: 1;
} }
.editor-file-name { .editor-file-name {
...@@ -60,14 +62,10 @@ ...@@ -60,14 +62,10 @@
.new-file-name { .new-file-name {
display: inline-block; display: inline-block;
max-width: 450px; max-width: 420px;
float: left; float: left;
@media(max-width: map-get($grid-breakpoints, lg)-1) { @media(max-width: map-get($grid-breakpoints, lg)-1) {
width: 280px;
}
@media(max-width: map-get($grid-breakpoints, md)-1) {
width: 180px; width: 180px;
} }
} }
...@@ -111,9 +109,11 @@ ...@@ -111,9 +109,11 @@
} }
@include media-breakpoint-down(xs) { @include media-breakpoint-down(sm) {
.file-editor { .file-editor {
.file-title { .file-title {
display: block;
.float-right { .float-right {
height: auto; height: auto;
} }
...@@ -144,6 +144,10 @@ ...@@ -144,6 +144,10 @@
} }
} }
} }
.editor-ref {
max-width: 250px;
}
} }
} }
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.file-holder-bottom-radius.file-holder.file.append-bottom-default .file-holder-bottom-radius.file-holder.file.append-bottom-default
.js-file-title.file-title.clearfix{ data: { current_action: action } } .js-file-title.file-title.clearfix{ data: { current_action: action } }
.editor-ref .editor-ref.block-truncated
= sprite_icon('fork', size: 12) = sprite_icon('fork', size: 12)
= ref = ref
%span.editor-file-name %span.editor-file-name
......
---
title: Fix buttons on the new file page wrapping outside of the container
merge_request: 21015
author:
type: fixed
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册