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 { ...@@ -64,6 +64,7 @@ export default {
<td <td
v-for="key in keys" v-for="key in keys"
:key="key" :key="key"
class="break-all"
> >
{{ item[key] }} {{ item[key] }}
</td> </td>
......
...@@ -446,6 +446,11 @@ img.emoji { ...@@ -446,6 +446,11 @@ img.emoji {
opacity: .5; opacity: .5;
} }
.break-all {
word-wrap: break-word;
word-break: break-all;
}
/** COMMON CLASSES **/ /** COMMON CLASSES **/
.prepend-top-0 { margin-top: 0; } .prepend-top-0 { margin-top: 0; }
.prepend-top-5 { margin-top: 5px; } .prepend-top-5 { margin-top: 5px; }
......
...@@ -108,8 +108,14 @@ ...@@ -108,8 +108,14 @@
} }
} }
.performance-bar-modal .modal-footer { .performance-bar-modal {
display: none; .modal-footer {
display: none;
}
.modal-dialog {
width: 860px;
}
} }
} }
......
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