changeset 1821:ddd1e3f8856e

graph widget wider so it doesn't wrap Ignore-this: b69a20ac61f53da51174f5762164fabd
author drewp@bigasterisk.com
date Fri, 08 Jun 2018 23:14:32 +0000
parents a07f1d87a07f
children 0da5fcfe4ea5
files light9/web/rdfdb-synced-graph.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/light9/web/rdfdb-synced-graph.html	Fri Jun 08 23:12:31 2018 +0000
+++ b/light9/web/rdfdb-synced-graph.html	Fri Jun 08 23:14:32 2018 +0000
@@ -9,7 +9,7 @@
      :host {
          display: inline-block;
          border: 1px solid gray;
-         width: 20em;
+         min-width: 22em;
          background: #05335a;
          color: #4fc1d4;
      }