Skip to content

Commit

Permalink
Merge "ui: TagInput - make input element fill remaining space after…
Browse files Browse the repository at this point in the history
… the tags" into main
  • Loading branch information
stevegolton authored and Gerrit Code Review committed Jul 24, 2024
2 parents f941a03 + 40748c7 commit 5a4738b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ui/src/assets/widgets/flamegraph.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,8 @@
display: flex;

.pf-tag-input {
display: flex;
flex-grow: 1;
margin-left: 8px;

input {
flex-grow: 1;
}
}
}

Expand Down
4 changes: 4 additions & 0 deletions ui/src/assets/widgets/tag_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
@import "theme";

.pf-tag-input {
display: flex;
align-items: baseline;
flex-wrap: wrap;
font-family: $pf-font;
font-size: inherit;
outline: none; // Disable the default outline
Expand All @@ -35,6 +38,7 @@
background: none;
font-family: inherit;
font-size: inherit;
flex-grow: 1;
}

i {
Expand Down

0 comments on commit 5a4738b

Please sign in to comment.