Fix failing tests.

This commit is contained in:
Rodrigo Girão Serrão
2023-01-09 16:39:12 +00:00
parent 130d8b8d05
commit d41471034a
3 changed files with 4 additions and 0 deletions

View File

@@ -2,8 +2,10 @@ Screen {
background: white;
color: black;
}
Label {
margin: 4 8;
background: green 20%;
outline: wide green;
width: 100%;
}