diff options
Diffstat (limited to 'server/sonar-web/src/main/less/components/tooltips.less')
-rw-r--r-- | server/sonar-web/src/main/less/components/tooltips.less | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/server/sonar-web/src/main/less/components/tooltips.less b/server/sonar-web/src/main/less/components/tooltips.less index ac14eefb361..641d42c63f8 100644 --- a/server/sonar-web/src/main/less/components/tooltips.less +++ b/server/sonar-web/src/main/less/components/tooltips.less @@ -40,7 +40,6 @@ } .tooltip.in { - } .tooltip.top, @@ -81,7 +80,7 @@ word-break: break-word; .alert { - margin-bottom: 5px /* align with side padding */ ; + margin-bottom: 5px; border-radius: 4px; } } @@ -167,6 +166,10 @@ } @keyframes fadeIn { - from { opacity: 0; } - to { opacity: 1; } -}
\ No newline at end of file + from { + opacity: 0; + } + to { + opacity: 1; + } +} |