diff --git a/components/TermsDictionary.vue b/components/TermsDictionary.vue index 866ca15a..c04f1421 100644 --- a/components/TermsDictionary.vue +++ b/components/TermsDictionary.vue @@ -31,12 +31,12 @@
+ | - | + |
{{s.el.term.map(x => x.trim()).join(', ')}} ({{s.el.original.map(x => x.trim()).join('; ')}}) @@ -278,6 +278,11 @@ } } } + @include media-breakpoint-down('md', $grid-breakpoints) { + .cell-wide { + min-width: 90vw; + } + } .flag { height: 96px; |
---|