Commit 7224b8ce authored by Filipa Lacerda's avatar Filipa Lacerda

Adds a bigger width to the performance bar modal box and breaks the content

parent a2d82d4c
......@@ -64,6 +64,7 @@ export default {
<td
v-for="key in keys"
:key="key"
class="break-all"
>
{{ item[key] }}
</td>
......
......@@ -446,6 +446,11 @@ img.emoji {
opacity: .5;
}
.break-all {
word-wrap: break-word;
word-break: break-all;
}
/** COMMON CLASSES **/
.prepend-top-0 { margin-top: 0; }
.prepend-top-5 { margin-top: 5px; }
......
......@@ -108,9 +108,15 @@
}
}
.performance-bar-modal .modal-footer {
.performance-bar-modal {
.modal-footer {
display: none;
}
.modal-dialog {
width: 860px;
}
}
}
#modal-peek-pg-queries-content {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment