mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Fix inconsistent break line on IE9-10
This commit is contained in:
parent
7645fb71f8
commit
c40c6c68bf
2 changed files with 2 additions and 0 deletions
|
@ -267,6 +267,7 @@ body{
|
||||||
width:72px;
|
width:72px;
|
||||||
height:110px;
|
height:110px;
|
||||||
vertical-align:top;
|
vertical-align:top;
|
||||||
|
white-space:normal;
|
||||||
}
|
}
|
||||||
.previewrow div a img{
|
.previewrow div a img{
|
||||||
display:block;
|
display:block;
|
||||||
|
|
|
@ -748,6 +748,7 @@ li p{
|
||||||
height:110px;
|
height:110px;
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
vertical-align:top;
|
vertical-align:top;
|
||||||
|
white-space:nowrap;
|
||||||
}
|
}
|
||||||
.previewrow>div>div{
|
.previewrow>div>div{
|
||||||
opacity:0;
|
opacity:0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue