diff --git a/clang/lib/Analysis/FlowSensitive/HTMLLogger.css b/clang/lib/Analysis/FlowSensitive/HTMLLogger.css index 4de1d1ccc2b08..5da8db8fa87bf 100644 --- a/clang/lib/Analysis/FlowSensitive/HTMLLogger.css +++ b/clang/lib/Analysis/FlowSensitive/HTMLLogger.css @@ -19,6 +19,7 @@ section header { color: white; font-weight: bold; font-size: large; + padding-right: 0.5em; } section h2 { font-size: medium; @@ -27,7 +28,7 @@ section h2 { border-top: 1px solid #aaa; } #timeline { - min-width: 0; + min-width: max-content; } #timeline .entry.hover { background-color: #aaa; @@ -62,6 +63,10 @@ section h2 { #iterations .chooser { flex-grow: 1; text-align: center; + padding-left: 0.2em; +} +#iterations .chooser :last-child { + padding-right: 0.2em; } #iterations .chooser:not(.iter-select).hover { background-color: #ddd; diff --git a/clang/lib/Analysis/FlowSensitive/HTMLLogger.html b/clang/lib/Analysis/FlowSensitive/HTMLLogger.html index ec9d74c71d35d..b9f76c5074c75 100644 --- a/clang/lib/Analysis/FlowSensitive/HTMLLogger.html +++ b/clang/lib/Analysis/FlowSensitive/HTMLLogger.html @@ -62,7 +62,7 @@