Commit d91342fe authored by Nikolay Gromov's avatar Nikolay Gromov

Тултипы: поправил стилизацию по умолчанию

parent 1d0bf7b5
...@@ -29,8 +29,8 @@ $line-height: 1.375em !default; ...@@ -29,8 +29,8 @@ $line-height: 1.375em !default;
&__bubble { &__bubble {
position: absolute; position: absolute;
top: 100%; top: calc(100% + 8px);
left: -3px; left: 0;
min-width: 150px; min-width: 150px;
max-width: 250px; max-width: 250px;
padding: 10px 15px; padding: 10px 15px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment