Skip to content

Commit

Permalink
monitoring: Revert CSS styles for address6 support
Browse files Browse the repository at this point in the history
We're rewriting the whole style in a different branch.

refs #9645
  • Loading branch information
lippserd committed Sep 28, 2015
1 parent 2c73d9f commit 3e06a9c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions modules/monitoring/public/css/module.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,10 @@
width: 16em;
}

.padded {
padding: 0 5px;
}

.address, p.pluginoutput {
white-space: pre-wrap;
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
}

p.pluginoutput {
width: 100%;
white-space: pre-wrap;
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
}

table.action td .pluginoutput {
Expand Down

0 comments on commit 3e06a9c

Please sign in to comment.