From 504b57361c4bb244a67e11d59f691b22e1fd54c0 Mon Sep 17 00:00:00 2001 From: videogame hacker Date: Tue, 26 Jul 2022 05:12:09 +0100 Subject: [PATCH] Selector oopsie --- static/css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index 3209240..414300c 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -66,11 +66,11 @@ form button { margin-top: 0.5em; } -table pre .spaced { +table pre.spaced { padding: 0.5em; } -table td .clipped { +table td.clipped { overflow-x: clip; white-space: nowrap; text-overflow: ellipsis;