Skip to content

Commit

Permalink
Popover newFolder input fix
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Jan 21, 2017
1 parent effa3f6 commit 50d2546
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/files/css/files.css
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ html.ie8 #controls .button.new {
font-weight: 300;
top: 100%;
margin-top: 4px;
width: 120px;
min-width: 100px;
margin-left: 7px;
z-index: 1001;
}
Expand All @@ -781,9 +781,7 @@ html.ie8 #controls .button.new {
}

.newFileMenu .filenameform input {
width: 100%;
box-sizing: border-box;
margin: -2px 0;
margin: 2px 0;
}

#fileList .popovermenu .action {
Expand Down

0 comments on commit 50d2546

Please sign in to comment.