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