Просмотр исходного кода

Merge branch 'dev/4.0.x' into imprv/encode-and-decode-path

Yuki Takei 5 лет назад
Родитель
Сommit
0e8087afcd
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/client/styles/scss/_staff_credit.scss

+ 2 - 1
src/client/styles/scss/_staff_credit.scss

@@ -2,8 +2,9 @@
 .staff-credit {
   // attached !important for updating from .modal-dialog class style
   width: 80vw !important;
-  height: 80vh !important;
   max-width: initial !important;
+  height: 80vh !important;
+
   // see https://css-tricks.com/old-timey-terminal-styling/
   @mixin old-timey-terminal-styling() {
     text-shadow: 0 0 10px #c8c8c8;