Commit 924626ee authored by nikogu's avatar nikogu

remove overflow(), because of babel-css-modules bug

parent affacb7c
@import "~antd/lib/style/themes/default.less"; @import "~antd/lib/style/themes/default.less";
.textOverflow() {
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
white-space: nowrap;
}
.numberInfo { .numberInfo {
.suffix { .suffix {
color: @text-color; color: @text-color;
...@@ -25,12 +18,18 @@ ...@@ -25,12 +18,18 @@
font-size: @font-size-base; font-size: @font-size-base;
height: 22px; height: 22px;
line-height: 22px; line-height: 22px;
.textOverflow(); overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
white-space: nowrap;
} }
.numberInfoValue { .numberInfoValue {
margin-top: 4px; margin-top: 4px;
font-size: 0; font-size: 0;
.textOverflow(); overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
white-space: nowrap;
& > span { & > span {
color: @heading-color; color: @heading-color;
display: inline-block; display: inline-block;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment