UI: fixed spacing for tb-required in tb-hint-tooltip-icon

This commit is contained in:
Dmitriymush 2024-04-25 12:00:59 +03:00
parent 10474f3571
commit a5b7e68667

View File

@ -17,7 +17,7 @@
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
gap: 4px;
}
:host {
@ -25,6 +25,7 @@
color: #E0E0E0;
overflow: visible;
order: 3;
margin-left: 4px;
&:hover {
color: #9E9E9E;
}