Skip to content

Commit

Permalink
Merge pull request #1164 from nataliauvarova/kalmyk_markup
Browse files Browse the repository at this point in the history
Kalmyk markup: fix styles and text
  • Loading branch information
nataliauvarova authored Dec 12, 2024
2 parents 67f72b6 + 57c3b65 commit 8419687
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/api/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ export const stringsToTranslate = [
"Create dictionary",
"Create field",
"Create language",
"Create markup",
"Create new",
"Create new perspective",
"Create one or more perspectives",
Expand Down Expand Up @@ -252,7 +253,9 @@ export const stringsToTranslate = [
"Definitely endangered",
"Delete",
"Delete image file",
"Delete markup",
"Delete markup file",
"Delete markup group",
"Delete organization",
"Delete sound file",
"Deleting",
Expand Down
8 changes: 7 additions & 1 deletion src/components/JoinMarkupsModal/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,19 @@

&__actions {
flex: 0 1 auto;
min-width: 170px;
min-width: 197px;
display: flex;
flex-direction: column;
padding: 10px;
padding-right: 0;

& .ui.button {
margin-top: 10px !important;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
min-width: 130px;
max-width: 130px;
}
}
}

0 comments on commit 8419687

Please sign in to comment.