Skip to content

Commit

Permalink
[GT-193] Update CSS to fix layout in serviceGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sae126V committed Aug 15, 2023
1 parent 5297127 commit 54d6459
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions htdocs/web_portal/views/service_group/view_sgroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<div class="rightPageContainer">
<div
style="display: flex;
justify-content: space-between;"
justify-content: space-between;
gap:10%"
>
<div style="display:flex; flex-direction: row;">
<div>
Expand All @@ -19,8 +20,7 @@ class="pageLogo" />

<div
style="flex-direction: column;
word-break: break-word;
width: 75%;"
word-break: break-word;"
>
<h1 style="margin-left: 0em;">
Service Group: <?php xecho($params['sGroup']->getName())?>
Expand Down

0 comments on commit 54d6459

Please sign in to comment.