소스 검색

Fix UI bugs on Helpdesk detail page - header and person card should not change heights when in wide layout; profile tab should be open on page load

Joseph White 7 년 전
부모
커밋
a4e4466027
2개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 2
      client/src/helpdesk/helpdesk-detail.component.html
  2. 1 2
      client/src/helpdesk/helpdesk-detail.component.scss

+ 1 - 2
client/src/helpdesk/helpdesk-detail.component.html

@@ -77,8 +77,7 @@
         <div class="ias-tabset">
         <div class="ias-tabset">
             <div class="ias-tab"
             <div class="ias-tab"
                  ias-toggle-active="ias-active"
                  ias-toggle-active="ias-active"
-                 ias-toggle="profileTab"
-                 ng-if="$ctrl.person.profileData && $ctrl.person.profileData.length">
+                 ias-toggle="profileTab">
                 {{'Field_Profile' | translate}}
                 {{'Field_Profile' | translate}}
             </div>
             </div>
             <div class="ias-tab"
             <div class="ias-tab"

+ 1 - 2
client/src/helpdesk/helpdesk-detail.component.scss

@@ -39,7 +39,6 @@ help-desk-detail {
   > .secondary-header {
   > .secondary-header {
     display: flex;
     display: flex;
     justify-content: space-between;
     justify-content: space-between;
-    margin-top: 15px;
   }
   }
 
 
   > .help-desk-content {
   > .help-desk-content {
@@ -147,9 +146,9 @@ help-desk-detail {
     display: flex;
     display: flex;
     flex-flow: column nowrap;
     flex-flow: column nowrap;
 
 
+    > .ias-header,
     > .secondary-header {
     > .secondary-header {
       flex-shrink: 0;
       flex-shrink: 0;
-
     }
     }
 
 
     > .help-desk-content {
     > .help-desk-content {