# HG changeset patch # User drewp@bigasterisk.com # Date 2018-06-08 23:14:32 # Node ID ddd1e3f8856e8d0f89ed68569bd2cceeea692957 # Parent a07f1d87a07fa7ea75dc11160d2854555b04f13e graph widget wider so it doesn't wrap Ignore-this: b69a20ac61f53da51174f5762164fabd diff --git a/light9/web/rdfdb-synced-graph.html b/light9/web/rdfdb-synced-graph.html --- a/light9/web/rdfdb-synced-graph.html +++ b/light9/web/rdfdb-synced-graph.html @@ -9,7 +9,7 @@ :host { display: inline-block; border: 1px solid gray; - width: 20em; + min-width: 22em; background: #05335a; color: #4fc1d4; }