diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-06-02 08:57:44 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-06-02 08:57:44 +0200 |
| commit | 1ffba8f5f9d1dc40686df7bc8d5c9ea89ba2f32f (patch) | |
| tree | eb9e7817387a950becd57c9b4c7278f60e03fd4f | |
| parent | 759a16a460e0aebcb4dbc9421062f818067c9c55 (diff) | |
page.c: Do not display forms as grid
Otherwise, each element from the form would be stacked on top of
another, which is confusing to users.
| -rw-r--r-- | page.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1306,10 +1306,6 @@ int page_style(struct http_response *const r) "{\n" " text-decoration: none;\n" "}\n" - "form\n" - "{\n" - " display: grid;\n" - "}\n" "form, label, table, input\n" "{\n" " margin: auto;\n" |
