fix: add horizontal scrollbar into the large table inside description

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic
2022-01-12 17:50:20 +01:00
committed by Julien Veyssier (Rebase PR Action)
parent 9d3de1e576
commit a11bf5f4ba

View File

@@ -262,6 +262,8 @@ export default {
#description-preview {
min-height: 100px;
width: auto;
overflow-x: auto;
&::v-deep {
@import './../../css/markdown';