I am trying to resize my searchbar on the employee center but is not working

juanAlarcon
Tera Contributor

Hi,

 

Could you help me with something, I am trying to resize the search bar, but it is not working, not sure why, this is my css,

 

input {
display: flex;
width: 600px;
height: 46px;
padding: var(--Spacing-spacing-sm, 12px) var(--Spacing-spacing-md, 16px);
justify-content: left;
align-items: left;
border-radius: var(--Radius-XS) px;
border: 1px solid #04BBF1; /* Fallback color for browsers that don't support gradients */
border-image: linear-gradient(to right, #94C12E, #04BBF1, #1D4370) 1;
background: var(--input-input-bg, #FFF);
}

 

if you could help me solve this, it would be great

1 ACCEPTED SOLUTION

Sujatha V M
Kilo Patron
Kilo Patron

@juanAlarcon I tried to replicate the above issue and please find my comments below, 

 

1. On checking the widget, I found that its accommodated within a column and by default the size - md is set to "12"

'SujathaVM_0-1715964628914.png

SujathaVM_1-1715964726165.png

 

SujathaVM_2-1715964765532.png

 

 

2. On re-sizing the value to "8" or any value less than 12 there was a significant change in the search bar.

 

Before:

SujathaVM_4-1715964935635.png

After: 

SujathaVM_5-1715965005612.png

 

Please mark this as helpful and accept it as a solution if this resolves your query.

Thanks,

Sujatha V.M.

Please mark this as helpful and accept it as a solution if this resolves your query.
Sujatha V.M.

View solution in original post

5 REPLIES 5

@juanAlarcon Glad to help you 😊 Thank you for the confirmation 😊

 

Please mark this as helpful and accept it as a solution if this resolves your query.

Thanks,

Sujatha V.M.

 

 

Please mark this as helpful and accept it as a solution if this resolves your query.
Sujatha V.M.