Skip to content

Commit 8983b50

Browse files
authored
Map viewer / show style selection menu on the right to avoid cropping it (#8724)
1 parent 59a47cc commit 8983b50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • web-ui/src/main/resources/catalog/components/viewer/wmsimport/partials

web-ui/src/main/resources/catalog/components/viewer/wmsimport/partials/styles.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<span class="caret"></span>
77
</button>
88

9-
<ul class="dropdown-menu">
9+
<ul class="dropdown-menu dropdown-menu-right">
1010
<li class="dropdown-header" data-translate="">selectStyle</li>
1111
<li data-ng-repeat="s in styles | orderBy:'Title'">
1212
<div class="flex-row">

0 commit comments

Comments
 (0)