Skip to content
Snippets Groups Projects
create-comment.component.scss 208 B
Newer Older
Sebastian Wittek's avatar
Sebastian Wittek committed
button {
  min-width: 80px;
}
Sebastian Wittek's avatar
Sebastian Wittek committed

  display: block;
  width: 100%;
  max-width: 800px;
  margin-bottom: 50px;
}

app-comment-list {
  width: 100%;
  max-width: 800px;
}
Lukas Mauß's avatar
Lukas Mauß committed
textarea {
  line-height: 120%;
}