fix: Fixes broken style in automation page (#6171)

* fix: Fixes broken style in automation page

* Fix the position of drag handle

Co-authored-by: fayazara <fayazara@gmail.com>
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
This commit is contained in:
Nithin David Thomas
2023-01-06 15:37:28 +05:30
committed by GitHub
parent 4bbd56f87d
commit 74c6db37b3
5 changed files with 19 additions and 21 deletions

View File

@@ -39,6 +39,8 @@ export default {
<style scoped lang="scss">
.wrap-content {
word-wrap: break-word;
margin-top: var(--space-small);
.content-value {
font-weight: var(--font-weight-bold);
}