mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 03:05:02 +08:00
fix: 🐛 (xgplayer) 修复弹幕在自定义el元素内容时,文字样式折行的问题
This commit is contained in:
parent
dde06e2040
commit
2a9af712ce
@ -50,9 +50,10 @@ $sliderDragAfterShadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
||||
outline: none;
|
||||
> * {
|
||||
position: absolute;
|
||||
}
|
||||
* {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user