[common] refactoring

This commit is contained in:
Maxim Kadushkin 2020-04-23 19:55:45 +03:00
parent 0aeb3a561d
commit e582d74f32
2 changed files with 4 additions and 1 deletions

View file

@ -52,7 +52,7 @@ define([
'<div class="asc-synchronizetip">',
'<div class="tip-arrow <%= scope.placement %>"></div>',
'<div>',
'<div class="tip-text" style="width: 260px;"><%= scope.text %></div>',
'<div class="tip-text"><%= scope.text %></div>',
'<div class="close img-commonctrl"></div>',
'</div>',
'<% if ( scope.showLink ) { %>',

View file

@ -2,6 +2,9 @@
position: absolute;
z-index: @zindex-navbar + 2;
width: 300px;
.tip-text {
width: 260px;
}
&.inc-index {
z-index: @zindex-navbar + 4;