Skip to content

Commit

Permalink
Fixed misaligned app version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Sep 21, 2019
1 parent 138ca7e commit cc3cf44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Expand Up @@ -92,7 +92,7 @@

<ng-template #modalFooter>
<div class="app-dialog-footer">
<div class="left">
<div class="left text-align-left">
<label>{{ 'SETTINGS_VERSION_TEXT' | translate }} {{ appVersion }}</label>
<div>
<small>{{ 'SETTINGS_HELP_WITH_TRANSLATIONS_TEXT' | translate }} <a href="https://altair-gql-translate.surge.sh/" target="_blank" track-id="go_to_translate_link">{{ 'CLICK_HERE_TEXT' | translate }}</a></small>
Expand Down
8 changes: 8 additions & 0 deletions src/scss/_globals.scss
Expand Up @@ -73,6 +73,14 @@ input[type="text"], input[type="search"], input[type="url"] {
float: right;
}

.text-align-left {
text-align: left;
}

.text-align-right {
text-align: right;
}

.anim {
animation-duration: 1s;
animation-iteration-count: infinite;
Expand Down

0 comments on commit cc3cf44

Please sign in to comment.