Make popover stylable and apply default styling

This commit is contained in:
Maximilian Grundke
2017-08-16 18:27:35 +02:00
parent b5c997e8a9
commit 0326354847
2 changed files with 10 additions and 1 deletions

View File

@@ -21,3 +21,11 @@
.ace_tooltip {
display: none !important;
}
.popover-username {
font-weight: bold;
}
.popover-comment {
word-wrap: break-word;
}