File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
templates/organization/planning Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ $tableBoxSize: 40px;
2828 font-weight : 600 ;
2929 background-color : white ;
3030 position : sticky ;
31+ white-space : nowrap ;
3132 z-index : 99 ;
3233 top : 0 ;
3334
@@ -106,6 +107,7 @@ $tableBoxSize: 40px;
106107
107108 td .item-data {
108109 white-space : nowrap ;
110+ font-size : 0.85em ;
109111 }
110112
111113 td .slot-box {
Original file line number Diff line number Diff line change 1616{% block itemDataDetails %}
1717 <td class =" item-data" >{{ item .entity .hasMobileRadio ? ' common.yes' | trans : ' -' }}</td >
1818 <td class =" item-data" colspan =" 2" >{{ item .entity .hasFirstAidKit ? ' common.yes' | trans : ' -' }}</td >
19- <td class =" item-data" >{{ item .entity .contact | truncate(30 ) }}</td >
20- <td class =" item-data" colspan =" 2" >{{ item .entity .parkingLocation | truncate(30 ) }}</td >
19+ <td class =" item-data" >< small > {{ item .entity .contact | truncate(50 ) }}</ small > </td >
20+ <td class =" item-data" colspan =" 2" >< small > {{ item .entity .parkingLocation | truncate(50 ) }}</ small > </td >
2121 <td class =" item-data" >{{ item .entity .seatingCapacity }}</td >
2222 <td class =" item-data" >{{ item .entity .licensePlate }}</td >
2323 <td class =" item-data" >{{ item .entity .comments | truncate(50 ) }}</td >
Original file line number Diff line number Diff line change 2323 <td class =" item-data" >{{ item .entity .identificationNumber }}</td >
2424 <td class =" item-data" >{{ item .entity .phoneNumber }}</td >
2525 <td class =" item-data" >{{ item .entity .emailAddress }}</td >
26- <td class =" item-data" >{{ item .entity .occupation }}</td >
27- <td class =" item-data" >{{ item .entity .organizationOccupation }}</td >
26+ <td class =" item-data" >{{ item .entity .occupation | truncate( 50 ) }}</td >
27+ <td class =" item-data" >{{ item .entity .organizationOccupation | truncate( 50 ) }}</td >
2828 <td class =" item-data" >
2929 {% for skill in getDisplayableSkillsInPlanning(item .entity ) -%}
3030 {{ skill | skillBadge }}
You can’t perform that action at this time.
0 commit comments