Skip to content

Commit 8b7a076

Browse files
committed
add spacing in description tables
1 parent 1383da2 commit 8b7a076

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

editor/src/app/components/commands/command-info/command-info.component.scss

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,14 @@ code + code {
2323
}
2424

2525
.full-description {
26-
::ng-deep img {
27-
max-width: 100%;
28-
width: 100%;
26+
::ng-deep {
27+
img {
28+
max-width: 100%;
29+
width: 100%;
30+
}
31+
th,
32+
td {
33+
padding: 0 4px;
34+
}
2935
}
3036
}

0 commit comments

Comments
 (0)