Browse Source

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

pull/3779/head
Diego Smania 3 years ago committed by GitHub
parent
commit
1b8435c09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      build/scss/_info-box.scss

1
build/scss/_info-box.scss

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

Loading…
Cancel
Save