Add left padding to link in ABM expired message (#15603)

This commit is contained in:
Luke Heath 2023-12-13 10:51:45 -06:00 committed by GitHub
parent fb25b5c564
commit 66e1852ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,5 +28,6 @@
&__new-tab {
text-align: right;
min-width: 90px;
padding-left: $pad-large;
}
}