Skip to content
Snippets Groups Projects
Commit edf11082 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: template/parcellation/region select

overflows in certain screensizes
parent 3171fe10
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