Skip to content

Commit

Permalink
fix: css truncate instead of js one
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Jul 18, 2023
1 parent 5e8bc26 commit 8dfcad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="w-full h-full flex flex-col p-1">
<div class="flex w-full justify-end mb-7 mt-1">
<div class="w-full mb-7 mt-1">
<gn-ui-dropdown-selector
extraBtnClass="!text-primary font-sans font-medium"
[title]="'map.select.layer' | translate"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</span>
<gn-ui-button
type="outline"
class="grow"
class="grow min-w-0"
style="min-width: {{ minWidth }}"
extraClass="w-full !p-[8px] !pl-[16px] {{ extraBtnClass }}"
[title]="title"
Expand Down

0 comments on commit 8dfcad7

Please sign in to comment.