Skip to content

Commit

Permalink
fix(popup): Fix long project names breaking layout in edit form field
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrammond authored and shantanuraj committed May 14, 2019
1 parent f632a05 commit c89c377
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/edit-form.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,14 @@
float: right;
color: #abaaaa;
cursor: pointer;

white-space: nowrap;
overflow: hidden;
}

#toggl-button-edit-form #toggl-button-project-placeholder span div {
text-overflow: ellipsis;
overflow: hidden;
}

#toggl-button-edit-form #toggl-button-project,
Expand Down

0 comments on commit c89c377

Please sign in to comment.