Skip to content

Commit 7020b36

Browse files
authored
RI-7541: Use size m instead of hard coded width and height for the svg (#5030)
1 parent f2984b7 commit 7020b36

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

redisinsight/ui/src/pages/browser/modules/key-details-header/components/key-details-header-formatter/KeyDetailsHeaderFormatter.styles.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ const ControlsIcon = styled(RiIcon)`
4040
position: relative;
4141
margin-left: 3px;
4242
margin-top: 2px;
43-
width: 17px !important;
44-
height: 17px !important;
4543
4644
:global(.insightsOpen) {
4745
@media only screen and (max-width: 1440px) {

redisinsight/ui/src/pages/browser/modules/key-details-header/components/key-details-header-formatter/KeyDetailsHeaderFormatter.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ const KeyDetailsHeaderFormatter = (props: Props) => {
7575
<OptionText>{text}</OptionText>
7676
) : (
7777
<ControlsIcon
78+
size="m"
7879
type="FormatterIcon"
7980
data-testid={`key-value-formatter-option-selected-${value}`}
8081
/>

0 commit comments

Comments
 (0)