fix: [analyst-notes:ui] Small fix on the vbar for opinion's comment

feature/analyst-notes
Sami Mokaddem 2024-01-04 09:45:35 +01:00
parent 459a706bfc
commit 2b4565f720
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,4 @@
<?php if (empty($notes)) {
// return;
}
<?php
$seed = mt_rand();
$URL_ADD = '/analyst-notes/add/';
@ -320,7 +318,7 @@ $notes = [
margin-bottom: -0.25rem !important;
}
.v-bar-text-opinion::after {
.v-bar-text-opinion::before {
content: '';
margin-right: 5px;
margin-left: 2px;