From 52a5086f7e347c621bc1fcb759fb1c66b4b95639 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 1 Apr 2019 13:56:34 -0400 Subject: [PATCH] dont use flex for password positioning --- jslib | 2 +- src/app/app.module.ts | 4 ++-- src/app/tools/password-generator-history.component.html | 4 ++-- src/app/tools/password-generator.component.html | 4 +++- src/scss/styles.scss | 9 +++++++-- 5 files changed, 15 insertions(+), 8 deletions(-) diff --git a/jslib b/jslib index dc37528d22..2ef1b7d65c 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit dc37528d223cd12f37297c80e6ad54ab68dfb109 +Subproject commit 2ef1b7d65c02f7f204a0bb5a46c28aa093be274d diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 7e4d943bd2..265863bf71 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -159,8 +159,8 @@ import { AutofocusDirective } from 'jslib/angular/directives/autofocus.directive import { BlurClickDirective } from 'jslib/angular/directives/blur-click.directive'; import { BoxRowDirective } from 'jslib/angular/directives/box-row.directive'; import { FallbackSrcDirective } from 'jslib/angular/directives/fallback-src.directive'; -import { FlexCopyDirective } from 'jslib/angular/directives/flex-copy.directive'; import { InputVerbatimDirective } from 'jslib/angular/directives/input-verbatim.directive'; +import { SelectCopyDirective } from 'jslib/angular/directives/select-copy.directive'; import { StopClickDirective } from 'jslib/angular/directives/stop-click.directive'; import { StopPropDirective } from 'jslib/angular/directives/stop-prop.directive'; import { TrueFalseValueDirective } from 'jslib/angular/directives/true-false-value.directive'; @@ -267,7 +267,6 @@ registerLocaleData(localeZhTw, 'zh-TW'); ExportComponent, ExposedPasswordsReportComponent, FallbackSrcDirective, - FlexCopyDirective, FolderAddEditComponent, FooterComponent, FrontendLayoutComponent, @@ -332,6 +331,7 @@ registerLocaleData(localeZhTw, 'zh-TW'); ReusedPasswordsReportComponent, SearchCiphersPipe, SearchPipe, + SelectCopyDirective, SettingsComponent, ShareComponent, StopClickDirective, diff --git a/src/app/tools/password-generator-history.component.html b/src/app/tools/password-generator-history.component.html index 3dca5cd5fc..2044a62b10 100644 --- a/src/app/tools/password-generator-history.component.html +++ b/src/app/tools/password-generator-history.component.html @@ -9,9 +9,9 @@