Skip to content

Commit

Permalink
adding margin to searchform (vufind-org#3865)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoWagen authored and LuomaJuha committed Oct 1, 2024
1 parent 090960a commit d7bab8f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion themes/bootprint3/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/bootstrap3/css/compiled.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/bootstrap3/less/components/search.less
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ table.search-history-table {
}

.searchForm {
margin: 0;
margin: 0.2rem 0;
padding: 0;
width: 100%;

Expand Down
2 changes: 1 addition & 1 deletion themes/bootstrap3/scss/components/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ table.search-history-table {
}

.searchForm {
margin: 0;
margin: 0.2rem 0;
padding: 0;
width: 100%;

Expand Down
2 changes: 1 addition & 1 deletion themes/bootstrap5/scss/components/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ table.search-history-table {
}

.searchForm {
margin: 0;
margin: 0.2rem 0;
padding: 0;
width: 100%;

Expand Down
2 changes: 1 addition & 1 deletion themes/local_theme_example/css/compiled.css

Large diffs are not rendered by default.

0 comments on commit d7bab8f

Please sign in to comment.