1
0
This repository has been archived on 2025-11-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
comment-system/src/app/comment-card-edit/comment-card-edit.component.scss

11 lines
104 B
SCSS

:host {
display: block;
}
.comment-card {
max-width: 420px;
}
.full-width-field {
width: 100%;
}