Skip to content

Commit

Permalink
Use flexbox to layout the title-bar when in edit mode. Fixes #387
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Wittmann <eric.wittmann@gmail.com>
  • Loading branch information
EricWittmann committed Aug 13, 2018
1 parent 791ae0e commit bc03775
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,21 +377,23 @@
.api-editor .editor-title-bar .title-editor-form {
height: 42px;
flex-grow: 1;
display: flex;
flex-direction: row;
}
.api-editor .editor-title-bar .title-editor-form .title-editor-input {
width: 75%;
font-size: 22px;
float: left;
font-weight: 300;
height: 37px;
margin: 2px;
margin-left: 47px;
flex-grow: 1;
}
.api-editor .editor-title-bar .title-editor-form .edit-buttons {
float: right;
height: 42px;
line-height: 40px;
margin-left: 40px;
margin-right: 20px;
white-space: nowrap;
}
.api-editor .editor-title-bar .title-editor-form .edit-buttons button {
width: 75px;
Expand Down

0 comments on commit bc03775

Please # to comment.