From 931d3430184143ebd88e5243def6eb1d7acfdbf4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Apr 2021 16:41:07 +0200 Subject: Move to stylelint --- .../+my-video-channels/my-video-channel-edit.component.scss | 3 ++- .../+my-library/+my-video-channels/my-video-channels.component.scss | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'client/src/app/+my-library/+my-video-channels') diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.scss b/client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.scss index 22de103d1..667726c22 100644 --- a/client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.scss +++ b/client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.scss @@ -66,7 +66,8 @@ textarea { width: auto !important; } - label[for=name] + div, textarea { + label[for=name] + div, + textarea { width: 100%; } } diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.scss b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.scss index dafba925e..bb5394094 100644 --- a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.scss +++ b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.scss @@ -83,7 +83,7 @@ input[type=text] { margin: auto; .video-channel-name { - margin-left: 0px !important; + margin-left: 0 !important; } } } -- cgit v1.2.3