Skip to content

Commit d0d1474

Browse files
fix(user-detail): too much whitespace (#460)
* fix(overrides): remove mat card overrides * Revert "fix(overrides): remove mat card overrides" This reverts commit 22e2d45. * fix(user-detail): too much whitespace fixes: #459 Co-authored-by: DanielHabenicht <daniel-habenicht@outlook.de>
1 parent 9ee531b commit d0d1474

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Phonebook.Frontend/src/app/modules/rooms/components/building/building.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</mat-card-header>
2525
<mat-card-content>
2626
<mat-divider></mat-divider>
27-
<div class="pb-expand pb-wrap">
27+
<div class="pb-flex pb-wrap">
2828
<mat-list>
2929
<h3 mat-subheader i18n="Datapoint|Label for address@@DataLocationAddress">Address</h3>
3030
<mat-list-item>
@@ -83,7 +83,7 @@ <h3 mat-subheader i18n="Datapoint|Floor plural@@DataPersonFloorPlural">Floors</h
8383
>
8484
<mat-card-header> {{ floor.name }}. <span i18n="@@DataPersonFloor">Floor</span> </mat-card-header>
8585
<mat-card-content>
86-
<div class="pb-expand pb-wrap">
86+
<div class="pb-flex pb-wrap">
8787
<app-room-plan class="pb-roomplan" [floorplan]="floor.children[0].data.FloorPlan"></app-room-plan>
8888
</div>
8989
</mat-card-content>

Phonebook.Frontend/src/app/modules/rooms/components/city/city.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
>
1616
Buildings
1717
</h3>
18-
<div class="pb-flex-row pb-expand">
18+
<div class="pb-flex-row pb-flex">
1919
<mat-card
2020
class="pb-margin-20 pb-normal-shadow pb-location"
2121
*ngFor="let location of locations"

Phonebook.Frontend/src/app/modules/rooms/components/floor/floor.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</mat-card-header>
99
<mat-card-content>
1010
<mat-divider></mat-divider>
11-
<div class="pb-expand pb-wrap">
11+
<div class="pb-flex pb-wrap">
1212
<app-room-plan class="pb-roomplan" [floorplan]="getFloorplan()"></app-room-plan>
1313
</div>
1414
<div>

Phonebook.Frontend/src/app/modules/rooms/components/room/room.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</mat-card-header>
4242
<mat-card-content>
4343
<mat-divider></mat-divider>
44-
<div class="pb-expand pb-wrap">
44+
<div class="pb-flex pb-wrap">
4545
<mat-list>
4646
<h3
4747
mat-subheader

Phonebook.Frontend/src/app/shared/components/user/user-detail/user-detail.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
</mat-card-header>
9999
<mat-card-content>
100100
<mat-divider></mat-divider>
101-
<div class="pb-expand pb-wrap">
101+
<div class="pb-flex pb-wrap">
102102
<mat-list>
103103
<h3
104104
mat-subheader
@@ -299,7 +299,7 @@ <h4 mat-line>
299299
i18n-label="UserDetailComponent|Tab Headline for Skills@@UserDetailComponentTabHeadlineSkills"
300300
>
301301
<div
302-
class="pb-expand pb-skills"
302+
class="pb-flex pb-skills"
303303
i18n="User-detailComponent|Text for the upcoming skill tag feature@@UserDetailComponenMessageContributeSkills"
304304
>
305305
This is where a coworkers skills would be shown. But this is still work in Progress, you can make it

0 commit comments

Comments
 (0)