Skip to content

Commit

Permalink
Update css to show the full length of the log file path
Browse files Browse the repository at this point in the history
The proposed changes makes it so that the dropdown menu is expanded to show the FULL path of the log file.
Before this change, long logfile paths were being cropped.
  • Loading branch information
ahmed-musallam authored Sep 23, 2018
1 parent 2aa5313 commit 8231bff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ input::placeholder {
.multiselect__content-wrapper {
border: 0;
border-radius: 0;
width: auto;
min-width: 100%;
}
}

Expand Down

0 comments on commit 8231bff

Please sign in to comment.