Skip to content

Commit 3d2578f

Browse files
Force exclamation icon to stay the same size
With longer text in an `AppStatusComponent`, the blue exclamation mark icon was getting smaller. This forces it to stay the same size, and not shrink
1 parent 49a76cf commit 3d2578f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/assets/stylesheets/components/_status.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
gap: nhsuk-spacing(1);
99

1010
.nhsuk-icon {
11+
flex-shrink: 0;
12+
height: 1.5em;
1113
margin-left: nhsuk-spacing(-1);
1214
margin-top: nhsuk-spacing(-1);
15+
width: 1.5em;
1316
}
1417

1518
&--aqua-green {

0 commit comments

Comments
 (0)