]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix some visibility classes
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 18 Jun 2021 19:16:01 +0000 (20:16 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 18 Jun 2021 19:35:24 +0000 (20:35 +0100)
src/libserver/css/css_value.cxx

index fcca37d8fb2e41bb24f4b6bb52f78b8db632f424..d187f10310aaf8eec594494534f5252deff7dbff 100644 (file)
@@ -302,13 +302,13 @@ constexpr const auto display_names_map = frozen::make_unordered_map<frozen::stri
                {"block",              css_display_value::DISPLAY_BLOCK},
                {"content",            css_display_value::DISPLAY_INLINE},
                {"flex",               css_display_value::DISPLAY_BLOCK},
-               {"grid",               css_display_value::DISPLAY_INLINE},
+               {"grid",               css_display_value::DISPLAY_BLOCK},
                {"inline-block",       css_display_value::DISPLAY_INLINE},
                {"inline-flex",        css_display_value::DISPLAY_INLINE},
                {"inline-grid",        css_display_value::DISPLAY_INLINE},
                {"inline-table",       css_display_value::DISPLAY_INLINE},
                {"list-item",          css_display_value::DISPLAY_BLOCK},
-               {"run-in",             css_display_value::DISPLAY_BLOCK},
+               {"run-in",             css_display_value::DISPLAY_INLINE},
                {"table",              css_display_value::DISPLAY_BLOCK},
                {"table-caption",      css_display_value::DISPLAY_BLOCK},
                {"table-column-group", css_display_value::DISPLAY_BLOCK},