Browse Source

[scss/info-box]: Fix overflow style on info-box-content class. (#3694)

Diego Smania 3 năm trước cách đây
mục cha
commit
1b8435c09a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      build/scss/_info-box.scss

+ 1 - 0
build/scss/_info-box.scss

@@ -48,6 +48,7 @@
     line-height: 1.8;
     flex: 1;
     padding: 0 10px;
+    overflow: hidden;
   }
 
   .info-box-number {