]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
removed minimum width css to fit mobile devices with lesser width (#3090)
authortest2a <39449563+test2a@users.noreply.github.com>
Mon, 17 Aug 2020 07:34:08 +0000 (07:34 +0000)
committerGitHub <noreply@github.com>
Mon, 17 Aug 2020 07:34:08 +0000 (09:34 +0200)
* Update instance-features-table.component.scss

removed this minimum width option because on mobile phones this resulted in page being larger than the phone width

* Update instance-features-table.component.scss

removed blank lines as requested

client/src/app/shared/shared-instance/instance-features-table.component.scss

index a515747413bd8d868ef9cd4c98f426827ea8b430..9a45bcd2a6a743a885796c44f82f3bdf80d015c8 100644 (file)
@@ -7,9 +7,7 @@ table {
 
   .label,
   .sub-label {
-    min-width: 330px;
-
-    &.label {
+      &.label {
       font-weight: $font-semibold;
     }