there was a warning because of empty class fullwidth-page

This commit is contained in:
2026-02-02 13:16:59 +01:00
parent d3812ee565
commit fb7d52bde9
+4 -2
View File
@@ -210,12 +210,14 @@ a:focus {
}
/* Global fullwidth page class for view components */
/*
.fullwidth-page {
/*width: 100%;
width: 100%;
min-height: calc(100vh - 120px);
padding: 20px;
box-sizing: border-box;*/
box-sizing: border-box;
}
*/
/* Common Card Layouts */
.card {