From: Anon Date: Sun, 26 Feb 2023 17:18:25 +0000 (-0600) Subject: Fix table layout on mobile X-Git-Url: http://these/git/%24%7Bsubmission.url%7D?a=commitdiff_plain;h=96827a0dc94c1e209e31698bfd9c3ee0a426b6a1;p=lemmy-ui.git Fix table layout on mobile --- diff --git a/src/shared/components/home/emojis-form.tsx b/src/shared/components/home/emojis-form.tsx index 73fceac..35e1ba2 100644 --- a/src/shared/components/home/emojis-form.tsx +++ b/src/shared/components/home/emojis-form.tsx @@ -91,9 +91,9 @@ export class EmojiForm extends Component { {i18n.t("column_emoji")} {i18n.t("column_shortcode")} {i18n.t("column_category")} - {i18n.t("column_imageurl")} + {i18n.t("column_imageurl")} {i18n.t("column_alttext")} - {i18n.t("column_keywords")} + {i18n.t("column_keywords")} @@ -137,7 +137,7 @@ export class EmojiForm extends Component { onInput={linkEvent({form: this, index: index},this.handleEmojiCategoryChange)} /> - + { onInput={linkEvent({form: this, index: index},this.handleEmojiAltTextChange)} /> - +