[ACA-4634] Folder Rules style fix: Edit and Delete Rule buttons disappear if rules have long description or name (#2842)

* [ACS-4146] - unit tests

* [ACS-4146] - removed console.log()

* ACS-3961 - style fixes

* ACS-3961 - removed calculated width
This commit is contained in:
Nikita Maliarchuk
2022-12-11 13:10:15 +01:00
committed by GitHub
parent 86178c3a3a
commit 088eac5a3a
2 changed files with 9 additions and 1 deletions

View File

@@ -22,12 +22,16 @@
&__name {
font-size: 1.2em;
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
}
}
&__description {
font-size: 0.8em;
font-style: italic;
overflow: hidden;
text-overflow: ellipsis;
}
&.selected {