Skip to content

Commit

Permalink
Fixed button label, if translated label is too long
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyluk committed Feb 2, 2024
1 parent 848d239 commit 4be0279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/enum/Languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const LANGUAGES: ILanguage[] = [
},
{
code: 'pl',
label: 'polski',
label: 'Polski',
},
{
code: 'pt',
Expand Down
5 changes: 1 addition & 4 deletions src/views/menu/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
transition: all 0.3s ease;
cursor: pointer;
line-height: 1.4;
word-break: break-word;
}

.asw-btn .asw-translate {
Expand All @@ -128,10 +129,6 @@
background-color: transparent !important;
}

html.aws-filter .asw-menu button {

}

.asw-footer {
position: absolute;
bottom: 0;
Expand Down

0 comments on commit 4be0279

Please sign in to comment.