From 20a543750627cf487a231b7a5b5011b1f7756dc3 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Wed, 23 Feb 2022 21:43:02 +0300 Subject: [PATCH] refactor: Remove unnecessary flexbox --- src/components/remotecontrol/remotecontrol.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/remotecontrol/remotecontrol.scss b/src/components/remotecontrol/remotecontrol.scss index 38595b6c3..9f7d9f948 100644 --- a/src/components/remotecontrol/remotecontrol.scss +++ b/src/components/remotecontrol/remotecontrol.scss @@ -273,9 +273,7 @@ .remoteControlContent { padding-left: 7.3% !important; padding-right: 7.3% !important; - display: flex; height: 100%; - flex-direction: column; } .layout-desktop .nowPlayingPageUserDataButtons {