diff options
Diffstat (limited to 'web/src/css/flowdetail.less')
-rw-r--r-- | web/src/css/flowdetail.less | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/web/src/css/flowdetail.less b/web/src/css/flowdetail.less index 8501ce6c..5e27e7e6 100644 --- a/web/src/css/flowdetail.less +++ b/web/src/css/flowdetail.less @@ -22,12 +22,12 @@ font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } -.header-table { +.flow-detail table { .monospace(); width: 100%; table-layout: fixed; word-break: break-all; - + tr { //&:not(:first-child){ border-top: 1px solid #f7f7f7; @@ -41,7 +41,16 @@ //overflow: hidden; //text-overflow: ellipsis; } +} + +.connection-table { + td:first-child { + width: 33%; + padding-right: 1em; + } +} +.header-table { .header-name { width: 33%; padding-right: 1em; |