Skip to content

Instantly share code, notes, and snippets.

@hyphop
Last active May 11, 2018 02:51
Show Gist options
  • Save hyphop/0cecb27ee2fc1d50e2d79193efbbe3ee to your computer and use it in GitHub Desktop.
Save hyphop/0cecb27ee2fc1d50e2d79193efbbe3ee to your computer and use it in GitHub Desktop.
CockroachDB - web admin - fix big font (forced min font size)
--- cockroach-v2.0.1/src/github.com/cockroachdb/cockroach/pkg/ui/styl/layout/navigation-bar.styl 2018-05-10 12:32:49.137810946 +0700
+++ cockroach-local/src/github.com/cockroachdb/cockroach/pkg/ui/styl/layout/navigation-bar.styl 2018-05-10 09:37:16.861817820 +0700
@@ -56,6 +56,7 @@ $subnav-underline-height = 3px
color $body-color
list-style-type none
line-height 18px
+ word-break break-all
&.normal
polyline, rect, path, ellipse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment