Skip to content

Commit

Permalink
PB-789: fix compare slider description cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
sommerfe committed Nov 12, 2024
1 parent bfefb64 commit b026a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/map/components/CompareSlider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function releaseSlider() {
class="compare-slider-caret-right bg-primary text-white rounded-end"
:icon="['fas', 'caret-right']"
/>
<div v-if="showLayerName" class="compare-slider-layer-name">
<div v-if="showLayerName" class="compare-slider-layer-name text-break">
<FontAwesomeIcon icon="arrow-left" class="me-1" />
<strong>{{ visibleLayerOnTop.name }}</strong>
</div>
Expand Down

0 comments on commit b026a7a

Please sign in to comment.