monitoring: Revert CSS styles for address6 support
We're rewriting the whole style in a different branch. refs #9645
This commit is contained in:
parent
2c73d9fad7
commit
3e06a9c8aa
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue