fix: Hide label actions based on role

This commit is contained in:
Maksim Eltyshev
2022-11-10 15:28:43 +01:00
parent bf8b8474ec
commit 064b37050c
6 changed files with 70 additions and 39 deletions

View File

@@ -4,7 +4,6 @@
box-shadow: none;
flex: 0 0 auto;
font-weight: normal;
margin: 0;
padding: 8px 10px;
text-decoration: underline;
@@ -18,6 +17,7 @@
flex: 1 1 auto;
font-size: 14px;
font-weight: bold;
margin-right: 0;
overflow: hidden;
padding: 8px 32px 8px 10px;
position: relative;