Browse Source

:lipstick:

Vanessa 2 years ago
parent
commit
0df0fa4943
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/src/assets/scss/_function.scss

+ 3 - 0
app/src/assets/scss/_function.scss

@@ -17,14 +17,17 @@
   &__hr {
     height: 8px;
     display: block;
+    flex-shrink: 0;
 
     &--b {
       display: block;
       height: 16px;
+      flex-shrink: 0;
     }
 
     &--small {
       height: 4px;
+      flex-shrink: 0;
     }
   }