Improve public comments display

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-06-23 17:20:09 +02:00
parent 5929c7dab7
commit e856566361
3 changed files with 29 additions and 19 deletions

View File

@@ -79,5 +79,10 @@ export default class IdentityPickerWrapper extends Vue {
.inline {
cursor: pointer;
}
.media {
border-top: none;
padding-top: 0;
}
}
</style>