Browse Source

fix for ie

alexlcdee 7 years ago
parent
commit
8bf3cc0674
3 changed files with 3 additions and 1 deletions
  1. 2 1
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 1 0
      src/files/scss/_shortnews.scss

+ 2 - 1
src/files/css/main.css

@@ -8874,7 +8874,8 @@ img {
 .shortnews:hover {
 .shortnews:hover {
   background-color: #ececec; }
   background-color: #ececec; }
 .shortnews__link {
 .shortnews__link {
-  text-decoration: none; }
+  text-decoration: none;
+  max-height: calc(100% - 30px); }
   .shortnews__link:hover {
   .shortnews__link:hover {
     text-decoration: none; }
     text-decoration: none; }
 .shortnews__imgcase {
 .shortnews__imgcase {

File diff suppressed because it is too large
+ 0 - 0
src/files/css/main.css.map


+ 1 - 0
src/files/scss/_shortnews.scss

@@ -48,6 +48,7 @@
 
 
   &__link {
   &__link {
     text-decoration: none;
     text-decoration: none;
+    max-height: calc(100% - 30px);
     &:hover {
     &:hover {
       text-decoration: none;
       text-decoration: none;
     }
     }

Some files were not shown because too many files changed in this diff