This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 7546256c authored by Daniel Rainer's avatar Daniel Rainer
Browse files

Make search input smaller on medium width screens

Give more space to search results.
parent 2f94fad5
2 merge requests!17Initial Merge to Prepare Release 1.0.0,!1Resolve "Metadaten konsolideren"
......@@ -5,10 +5,10 @@
(scrolled)="onScroll()">
<jhi-search-input
class="col-12 col-md-6 col-lg-4 col-xl-3"
class="col-12 col-md-5 col-lg-4 col-xl-3"
(searchInputEvent)="updateSearchInput($event)">
</jhi-search-input>
<div class="col-12 col-md-6 col-lg-8 col-xl-9">
<div class="col-12 col-md-7 col-lg-8 col-xl-9">
<div class="row">
<jhi-exercise-card *ngFor="let result of results"
class="card-container col-12 col-lg-6 col-xl-4"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment