Skip to content

Commit

Permalink
fix: Remove scrollbar from powerbi quick filters
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBrunton committed Sep 30, 2024
1 parent e9c3a19 commit 6710d5c
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 6710d5c

Please sign in to comment.