Add tables styles for history view

This commit is contained in:
Dan Sosedoff
2014-10-25 15:18:30 -05:00
parent 8420d55491
commit ab709bafa6
3 changed files with 10 additions and 3 deletions

View File

@@ -220,6 +220,7 @@
max-height: 51px;
overflow: hidden;
text-overflow: ellipsis;
white-space: pre;
/*
-webkit-user-select: none;
@@ -235,6 +236,10 @@
#results th:first-child,
#results td:first-child {
padding-left: 15px;
}
#results.history td div {
max-width: none;
}
#custom_query {