Skip to content

Commit 3b8790e

Browse files
committed
zen: fix usage css on mobile
1 parent a4f3ced commit 3b8790e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/console/app/src/routes/workspace/[id]/usage/usage-section.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
display: inline-flex;
6868
align-items: center;
6969
justify-content: center;
70+
flex-shrink: 0;
7071
padding: 0;
7172
background: transparent;
7273
border: none;
@@ -79,6 +80,7 @@
7980
}
8081

8182
svg {
83+
flex-shrink: 0;
8284
width: 16px;
8385
height: 16px;
8486
}

0 commit comments

Comments
 (0)