app/views/layouts/base.html.erb in sql_monitor-0.1.0 vs app/views/layouts/base.html.erb in sql_monitor-0.1.1
- old
+ new
@@ -51,9 +51,12 @@
/* Create an active/current "tab button" class */
.tab button.active {
background-color: navajowhite;
}
+table td {
+ word-wrap: break-word;
+}
</style>
</head>
<body>
<div class="container-fluid">
<%= yield %>