changes " to ' in uppcss files to work around bug in pp

This commit is contained in:
2026-06-02 18:12:29 +01:00
parent 94e5dfd091
commit a304b1f744
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
margin: 0;
}
input[type="submit"] {
input[type='submit'] {
max-width: max-content;
}
}