How can I modify the size of my country/region selector?

Hello! I got help and moved the country/region selector to the header by changing the code, but can I make it smaller so that it’s not always rolled down and so the text is not so crammed together?

Store is https://nevy.co.kr/ and password is nevytesting123

@mayanevy

Step: 1 Go to Online store

Step: 2 Find base.css

Step: 3 Paste below code bottom of the file

.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {
  width: max-content;
}

Thank you that looks better, but can I change it so it doesn’t show below but instead like in this first picture here? The second picture is my store after I added the code you provided :slightly_smiling_face:

Is there no solution to this?