Skip to content

Commit 76ce47f

Browse files
committed
Fix improperly aligned status labels on large screens.
1 parent af0a048 commit 76ce47f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/installer/style.tcss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,10 +776,14 @@ Label.-error {
776776
}
777777

778778
#method-status {
779-
margin-top: 1;
779+
margin-top: 2;
780780
color: #b04040;
781781
}
782782

783+
App.small #method-status {
784+
margin-top: 1;
785+
}
786+
783787
#method-preview {
784788
border: none;
785789
padding: 0;

0 commit comments

Comments
 (0)