diff --git a/core/templates/base.html b/core/templates/base.html index d20cc8c..5790527 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -48,6 +48,12 @@ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* IE */ } + .nowrap-parent { + white-space: nowrap; + } + .nowrap-child { + display: inline-block; + } .slider-output { width: 4rem !important; } diff --git a/core/templates/ui/drilldown/drilldown.html b/core/templates/ui/drilldown/drilldown.html index c7aaae3..1366ea4 100644 --- a/core/templates/ui/drilldown/drilldown.html +++ b/core/templates/ui/drilldown/drilldown.html @@ -38,17 +38,16 @@
{{ card }} hits
{{ redacted }} redacted
god mode
-{{ took }}ms