diff --git a/client/src/app/+admin/system/logs/logs.component.scss b/client/src/app/+admin/system/logs/logs.component.scss index c2e3847a5..7f914b259 100644 --- a/client/src/app/+admin/system/logs/logs.component.scss +++ b/client/src/app/+admin/system/logs/logs.component.scss @@ -52,6 +52,7 @@ .header { display: flex; justify-content: flex-end; + flex-wrap: wrap; margin-bottom: 10px; .peertube-select-container { @@ -64,6 +65,8 @@ } > * { + margin-bottom: 10px; + @include margin-left(10px); } } @@ -102,7 +105,6 @@ my-copy-button { > * { width: 100% !important; - margin-bottom: 10px !important; @include margin-left(0 !important); }