From 4530d0751b318f44eb0abb763a378e2d1975a0bf Mon Sep 17 00:00:00 2001 From: eeintech Date: Mon, 2 Aug 2021 11:23:51 -0400 Subject: [PATCH] Exclude 'md-overlay' class from label CSS --- docs/stylesheets/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stylesheets/bootstrap.css b/docs/stylesheets/bootstrap.css index 45dbf22..210d7b3 100644 --- a/docs/stylesheets/bootstrap.css +++ b/docs/stylesheets/bootstrap.css @@ -2583,7 +2583,7 @@ html { border: 0; border-bottom: 1px solid #e5e5e5; } - label { + label:not(.md-overlay) { display: inline-block; max-width: 100%; margin-bottom: 5px;