Skip to content

Commit

Permalink
Fix/fix powerbi filter styling (#642)
Browse files Browse the repository at this point in the history
* fix: Fix quick filter styling powerbi

* fix version after merge

* Prettified Code!

* Trigger Build

* feat: Update QuickFilter background color to use eds

* fix: Remove scrollbar from powerbi quick filters

---------

Co-authored-by: EdwardBrunton <EdwardBrunton@users.noreply.github.com>
  • Loading branch information
EdwardBrunton and EdwardBrunton authored Sep 30, 2024
1 parent c4b999e commit f59638c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/power-bi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/workspace-powerbi",
"version": "3.0.6",
"version": "3.0.7",
"type": "module",
"sideEffects": false,
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,12 @@ const StyledFilterButtons = styled.div`
const StyledQuickFilterWrapper = styled.div`
display: flex;
width: 100%;
height: 50px;
justify-content: flex-start;
gap: 10px;
align-items: center;
overflow-x: auto;
overflow: hidden;
flex-wrap: wrap;
box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const StyledFilterGroupContent = styled.div`
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-left: 2px;
padding-left: 5px;
font-size: 14px;
font-weight: 700;
line-height: 20px;
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace-fusion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/workspace-fusion",
"version": "9.0.13",
"version": "9.0.14",
"type": "module",
"sideEffects": false,
"license": "MIT",
Expand Down

0 comments on commit f59638c

Please sign in to comment.