Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit c901e05

Browse files
GideonKoenigGideonKoenig
andauthored
feat(gui): set minWidth for HeatMapTag (#953)
feat: set minWidth for HeatMapTag Co-authored-by: GideonKoenig <[email protected]>
1 parent fa4687f commit c901e05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api-editor/gui/src/features/packageData/treeView/HeatMapTag.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export const HeatMapTag: React.FC<HeatMapTagProps> = function ({ actualValue, ma
2626
size="sm"
2727
variant="solid"
2828
width={boxWidth}
29+
minWidth={boxWidth}
2930
border="1px solid white"
3031
boxSizing="border-box"
3132
fontFamily="monospace"

0 commit comments

Comments
 (0)