Add suffix setting to fancy input component and fix lint warning
This commit is contained in:
parent
f6b840ca0e
commit
b45504fc9b
|
@ -57,6 +57,8 @@
|
|||
color: var(--spectrum-global-color-gray-900);
|
||||
outline: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
input.placeholder {
|
||||
transform: translateY(0);
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
</div>
|
||||
<div class="user">
|
||||
<img
|
||||
alt="a-happy-budibase-user"
|
||||
src="https://icon-library.com/images/male-user-icon/male-user-icon-24.jpg"
|
||||
/>
|
||||
<div class="author">
|
||||
|
|
Loading…
Reference in New Issue