Skip to content

Commit

Permalink
refactor: add border on existing element instead
Browse files Browse the repository at this point in the history
  • Loading branch information
AlitaBernachot committed Feb 7, 2025
1 parent 24c9950 commit ecd04fb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@ <h3 class="text-[16px] font-bold text-main mb-[12px]" translate>
</gn-ui-url-input>

<gn-ui-text-input
class="grow"
class="grow border-b border-gray-300 pb-4"
[(value)]="service.identifierInService"
[placeholder]="getIdentifierPlaceholder() | translate"
data-cy="identifier-in-service"
[disabled]="disabled"
></gn-ui-text-input>

<div class="w-full border-b border-gray-300"></div>

<gn-ui-button
(buttonClick)="submitIdentifier(service.identifierInService)"
[disabled]="disabled || !service.identifierInService"
Expand Down

0 comments on commit ecd04fb

Please sign in to comment.