Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Aug 9, 2022
1 parent 60d6a7f commit 77e62b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion war/src/main/less/form/search-bar.less
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 1 / 1;
transition: 0.25s ease;
text-align: center;
font-size: 0.8em;
Expand Down Expand Up @@ -170,6 +169,7 @@

&--app-bar {
--search-bar-height: 3rem;

max-width: 50vw;

&::before {
Expand All @@ -191,6 +191,7 @@
.jenkins-search__icon {
fill: var(--focus-input-border);
}

.jenkins-search__shortcut {
opacity: 0;
transform: scale(0.9);
Expand Down

0 comments on commit 77e62b8

Please sign in to comment.