Skip to content

Commit

Permalink
add border around language component
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinoUkaegbu authored Sep 17, 2024
1 parent 706c4c9 commit 66d6f47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/css/components/language.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
.iaBar .language-component {
position: relative;
display: block;
border: 1px solid #999;
border-radius: 5px;
padding: .2rem .4rem;
// stylelint-disable selector-max-specificity, max-nesting-depth
.language-dropdown-component {
position: absolute;
Expand Down

0 comments on commit 66d6f47

Please sign in to comment.