diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2024-05-29 10:33:20 +0200 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2024-05-29 10:33:20 +0200 |
| commit | e614e79766ea3042101e565330eafe04f21c6134 (patch) | |
| tree | e932341626f3af7637b76148ea51cfff78e49640 | |
| parent | d2f187f1f694a94c2f91ad8b139ef0c9ba7b28fd (diff) | |
fixed pipeline, re #3962
| -rw-r--r-- | resources/assets/stylesheets/scss/tooltip.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/assets/stylesheets/scss/tooltip.scss b/resources/assets/stylesheets/scss/tooltip.scss index dded92c..37d035e 100644 --- a/resources/assets/stylesheets/scss/tooltip.scss +++ b/resources/assets/stylesheets/scss/tooltip.scss @@ -7,7 +7,7 @@ box-shadow: 0 1px 0 fade-out(#fff, 0.5) inset; font-size: $font-size-base; margin-bottom: 8px; - max-width: $grid-element-width; + max-width: 270px; padding: 10px; position: absolute; text-align: left; @@ -44,7 +44,7 @@ bottom: 100%; display: inline-block; left: 50%; - margin-left: - calc($grid-element-width / 2) - 10px; - width: $grid-element-width; + margin-left: -145px; + width: 270px; } } |
