Skip to content

Commit 006984e

Browse files
committed
fix: hide create page header text on mobile
1 parent cc57690 commit 006984e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

public/css/style.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2140,9 +2140,7 @@ tbody tr:hover {
21402140

21412141
/* Create page header fix */
21422142
#page-create .page-header {
2143-
flex-direction: column;
2144-
align-items: flex-start;
2145-
gap: 4px;
2143+
display: none;
21462144
}
21472145

21482146
/* Nest grid */

0 commit comments

Comments
 (0)