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

This commit is contained in:
Diego Smania 2021-06-11 22:09:15 -03:00 committed by GitHub
parent 3ac53de622
commit 1b8435c09a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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