14 lines
204 B
HTML
14 lines
204 B
HTML
|
<style>
|
||
|
.runtime-label {
|
||
|
position: relative;
|
||
|
white-space: nowrap
|
||
|
}
|
||
|
|
||
|
.tooltipped:after {
|
||
|
text-align: left
|
||
|
}
|
||
|
|
||
|
td.ping {
|
||
|
white-space: nowrap
|
||
|
}
|
||
|
</style>
|