This website works better with JavaScript
Home
Explore
Help
Sign In
packages
/
element-ui
Watch
2
Star
0
Fork
1
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Table: fix tooltip style
qingwei.li
8 years ago
parent
a745058524
commit
b7ecc15622
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
packages/theme-default/src/table.css
+ 1
- 1
packages/theme-default/src/table.css
View File
@@ -46,7 +46,7 @@
.el-tooltip__rel {
display: block;
- .cell
> *
{
+ .cell {
white-space: nowrap;
}
}