app/views/layouts/base.html.erb in sql_monitor-0.1.1 vs app/views/layouts/base.html.erb in sql_monitor-0.1.2
- old
+ new
@@ -51,9 +51,14 @@
/* Create an active/current "tab button" class */
.tab button.active {
background-color: navajowhite;
}
+table {
+ table-layout: fixed;
+ width: 100%;
+}
+
table td {
word-wrap: break-word;
}
</style>
</head>