From 74affa3d57c019ddd84e24f0e20bb4c3f7031e69 Mon Sep 17 00:00:00 2001 From: Sangyong Gwak Date: Sun, 8 Sep 2019 20:25:13 +0900 Subject: [PATCH] fixes margin-top and margin-bottom of div.container-fluid, h3.h3 nowrap/ellipsis --- examples/full/css/sb-admin-2.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/examples/full/css/sb-admin-2.css b/examples/full/css/sb-admin-2.css index 90de565..7c0f409 100644 --- a/examples/full/css/sb-admin-2.css +++ b/examples/full/css/sb-admin-2.css @@ -385,6 +385,9 @@ h2, .h2 { h3, .h3 { font-size: 1.75rem; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } h4, .h4 { @@ -590,8 +593,10 @@ pre code { width: 100%; padding-right: 0.75rem; padding-left: 0.75rem; - margin-right: auto; + margin-top: 20px; + margin-bottom: 20px; margin-left: auto; + margin-right: auto; } .row { @@ -8549,7 +8554,7 @@ button.bg-dark:focus { .mb-4, .my-4 { - margin-bottom: 1.5rem !important; + /* margin-bottom: 1.5rem !important; */ } .ml-4,