aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/flowdetail.less
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/css/flowdetail.less')
-rw-r--r--web/src/css/flowdetail.less14
1 files changed, 11 insertions, 3 deletions
diff --git a/web/src/css/flowdetail.less b/web/src/css/flowdetail.less
index 94920caa..3a6191d4 100644
--- a/web/src/css/flowdetail.less
+++ b/web/src/css/flowdetail.less
@@ -35,9 +35,9 @@
word-break: break-all;
tr {
- //&:not(:first-child){
+ &:not(:first-child){
border-top: 1px solid #f7f7f7;
- //}
+ }
}
td {
@@ -51,7 +51,7 @@
.connection-table {
td:first-child {
- width: 33%;
+ width: 50%;
padding-right: 1em;
}
}
@@ -64,4 +64,12 @@
.header-value {
}
+}
+
+.connection-table, .timing-table {
+ td {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
} \ No newline at end of file