diff --git a/bijoe/templates/bijoe/cube.html b/bijoe/templates/bijoe/cube.html index f24d70e..1337070 100644 --- a/bijoe/templates/bijoe/cube.html +++ b/bijoe/templates/bijoe/cube.html @@ -24,6 +24,14 @@ input[type=submit] { position: relative; } .filter { display: inline-block; } +td { + width: 10em; +} +th { + text-overflow: ellipsis; + text-align: left; + width: 30px; +} {% endblock %}