From 48586fe070c2a59e9febb62a7f41ebb384e1d20e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 15 Dec 2020 11:45:29 +0100 Subject: Fix ng-select width --- client/src/sass/include/_mixins.scss | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'client/src/sass/include/_mixins.scss') diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 1231d2c44..10ab44f57 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss @@ -313,17 +313,6 @@ } } -@mixin ng-select ($width) { - ::ng-deep &.ng-select, - ::ng-deep .ng-select { - width: $width; - - @media screen and (max-width: $width) { - width: 100%; - } - } -} - @mixin peertube-select-container ($width) { padding: 0; margin: 0; -- cgit v1.2.3