Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
style: help text alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Mar 18, 2021
1 parent cf4ec41 commit 0106871
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions studio/src/app/popovers/editor/app-get-help/app-get-help.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
app-get-help {
p {
display: flex;
}

div.links {
margin-left: 6px;

a {
text-decoration: underline;
}
Expand Down
2 changes: 1 addition & 1 deletion studio/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
"fullscreen_swipe": "Swipe up the bottom sheet to enter the edit mode 🚀.",
"need_help": "Need help?",
"need_help_comment": "If you need help, have any feedback or ideas, we would love to hear from you 😃.",
"reach_us": "Reach us on {0}.",
"reach_us": "Reach us on: {0}",
"or": "or",
"slide_background": "Slide background",
"macros": "Macros",
Expand Down
2 changes: 1 addition & 1 deletion studio/src/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
"fullscreen_swipe": "Desliza la parte inferior hacia arriba para entrar en el modo de edición 🚀.",
"need_help": "¿Necesitas ayuda?",
"need_help_comment": "Si necesitas ayuda, tienes algún comentario o idea, nos encantaría escucharte 😃.",
"reach_us": "Comunícate con nosotros en {0}.",
"reach_us": "Comunícate con nosotros en: {0}",
"or": "o",
"slide_background": "Fondo de la diapositiva",
"macros": "Macros",
Expand Down

0 comments on commit 0106871

Please sign in to comment.