Skip to content

Commit

Permalink
Minor css update
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-lperezra committed Dec 24, 2024
1 parent e29c74a commit d250ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoder-ui/src/app/analyzer/analyzer.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="w-100 h-100 overflow-hidden">
<div class="row">
<div class="col">
<form class="p-4" (ngSubmit)="onSubmit()" [formGroup]="textForm">
<form class="p-4 pb-0" (ngSubmit)="onSubmit()" [formGroup]="textForm">
<div class="form-group">
<label for="textToAnalyze" class="font-weight-bold">{{'TEXT-ANALYZE' | transloco}}:</label>
<textarea class="form-control" formControlName="TextToAnalyze" rows="8" name="textToAnalyze"></textarea>
Expand Down

0 comments on commit d250ce7

Please sign in to comment.