From 3db2ba38e80af1ad6eaf58e0dc627d1a9b336933 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 15 Jan 2019 15:05:05 -0700 Subject: [PATCH] Make tables behave better --- static/css/home.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/home.css b/static/css/home.css index b3174a0..c3d5284 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -26,6 +26,14 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. background-color: rgba(255,255,255,0.15); } +.note-text table { + border-spacing: 0px; + border-collapse: collapse; + table-layout: fixed; + width: 100%; + margin-bottom: 1em; +} + .dropdown-menu { z-index: 9999999; transform: translate3d(-180px, -125px, 0px) !important;