Skip to content

Commit

Permalink
Merge pull request #16653 from opf/feature/55234-always-visible-text-…
Browse files Browse the repository at this point in the history
…filter-in-project-list

[#55234] Fix text filter width on project list
  • Loading branch information
HDinger authored Sep 9, 2024
2 parents dbe97fe + 4efeb7a commit ad575e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
icon: :search,
size: :small
},
input_width: :medium,
show_clear_button: true,
clear_button_id: clear_button_id,
data: filter_input_data_attributes)
Expand Down
7 changes: 6 additions & 1 deletion frontend/src/global_styles/primer/_overrides.sass
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
label
margin-bottom: 0
input
border-radius: 6px
border-radius: var(--borderRadius-medium)

action-menu
anchored-position
Expand Down Expand Up @@ -81,6 +81,11 @@ sub-header,
flex-direction: column
row-gap: 1rem

// Todo: Fix this as soon as possible in the primer repo!
.SubHeader-leftPane
[class*="FormControl-input-width--"]:not(.FormControl-input-width--auto)
width: 100vw

.Button.op-app-header--primer-button,
.Button.op-app-header--primer-button .Button-visual
color: var(--header-item-font-color)
Expand Down

0 comments on commit ad575e0

Please sign in to comment.