From 8fc18628637cdbce4532fb25cd3397feb43fc880 Mon Sep 17 00:00:00 2001 From: ArtemBaskal Date: Wed, 7 Oct 2020 11:49:30 +0300 Subject: [PATCH] Fix markup --- client/src/components/Settings/Dhcp/index.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/client/src/components/Settings/Dhcp/index.css b/client/src/components/Settings/Dhcp/index.css index 7cf92aee..0a7741b7 100644 --- a/client/src/components/Settings/Dhcp/index.css +++ b/client/src/components/Settings/Dhcp/index.css @@ -10,12 +10,19 @@ .col__dhcp { flex: 0 0 50%; max-width: 50%; + padding-right: 0; } .dhcp__interfaces { padding-bottom: 1rem; } +.dhcp__interfaces-info { + padding-top: 0.5rem; + padding-left: 1.5rem; + line-break: anywhere; +} + @media (max-width: 991.98px) { .dhcp-form__button { margin: 0.5rem 0; @@ -31,14 +38,11 @@ .col__dhcp { flex: 0 0 100%; max-width: 100%; + padding-right: 0.75rem; } .dhcp__interfaces { flex-direction: column; padding-bottom: 0.5rem; } - - .dhcp__interfaces-info { - padding-left: 1.5rem; - } }