Skip to content
Snippets Groups Projects
Unverified Commit 4012c518 authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #336 from HumanBrainProject/bugfix/overflow

bugfix: template/parcellation/region select
parents 3171fe10 edf11082
No related branches found
No related tags found
No related merge requests found
<div class="w-100 d-inline-flex flex-row align-items-center">
<form *ngIf="showAutoComplete" class="flex-grow-1 flex-shrink-1">
<mat-form-field class="w-100">
<form *ngIf="showAutoComplete" class="d-flex flex-row flex-nowrap flex-grow-1 flex-shrink-1">
<mat-form-field class="w-0 flex-grow-1 flex-shrink-1">
<input
placeholder="Search for regions"
#autoTrigger
......
......@@ -4,7 +4,7 @@
<mat-card-content class="d-inline-flex flex-column flex-nowrap w-100">
<div class="flex-grow-0 flex-shrink-0 d-flex flex-row flex-nowrap">
<mat-form-field class="flex-grow-1 flex-shrink-1">
<mat-form-field class="flex-grow-1 flex-shrink-1 w-0">
<mat-label>
Template
</mat-label>
......@@ -67,7 +67,7 @@
<div class="flex-grow-0 flex-shrink-0 d-flex flex-row flex-nowrap">
<mat-form-field
*ngIf="templateSelected$ | async as templateSelected"
class="flex-grow-1 flex-shrink-1">
class="flex-grow-1 flex-shrink-1 w-0">
<mat-label>
Parcellation
</mat-label>
......
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