修复点击左上角返回首页,浏览器刷新导致之前的菜单重新弹出;超出字符提示增加换行
This commit is contained in:
@ -1175,6 +1175,8 @@ button.dim:active:before {
|
||||
/* TOOLTIPS */
|
||||
.tooltip-inner {
|
||||
background-color: #2F4050;
|
||||
word-break: break-all;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.tooltip.top .tooltip-arrow {
|
||||
|
Reference in New Issue
Block a user