Skip to content

Commit

Permalink
Fix [Alerts History] details header width (#3017)
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-gini authored Jan 14, 2025
1 parent 1f25435 commit 8bf7fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DetailsInfo/detailsInfo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $itemInfoWithoutPadding: item-info-without-padding;
&__header {
display: flex;
align-self: center;
width: 160px;
width: 190px;
min-width: 100px;
font-weight: 500;
font-size: 15px;
Expand Down

0 comments on commit 8bf7fdd

Please sign in to comment.