reduce margin of group notes
This commit is contained in:
parent
9e74d6a1d9
commit
d1ffc7cf4c
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ export default {
|
||||||
.group-notes > p {
|
.group-notes > p {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
|
margin: 0px;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in a new issue