Skip to content

Commit

Permalink
[GT-193] Update alignment in the service group
Browse files Browse the repository at this point in the history
  • Loading branch information
Sae126V committed Aug 14, 2023
1 parent ad6b899 commit c4be1c6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions htdocs/web_portal/views/service_group/view_sgroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
<img src="<?php echo \GocContextPath::getPath()?>img/virtualSite.png" class="pageLogo" />
</div>

<div style="display: flex;
justify-content: space-between;"
<div
style="display: flex;
justify-content: space-between;"
>
<div style="flex-direction: column; word-break: break-word; width: 85%;">
<h1 style="margin-left: 0em;">
Expand All @@ -29,10 +30,10 @@
<?php if($params['ShowEdit']):?>
<div
style="display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: flex-end;
gap: 35%;"
flex-direction: row;
justify-content: flex-end;
align-items: flex-end;
gap: 35%;"
>
<div>
<a href="index.php?Page_Type=Edit_Service_Group&amp;id=<?php echo $params['sGroup']->getId()?>">
Expand Down

0 comments on commit c4be1c6

Please sign in to comment.