@asd20/ui 3.2.644 → 3.2.646

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.644",
8
+ "version": "3.2.646",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -113,10 +113,12 @@
113
113
  icon="committee"
114
114
  />
115
115
  <h4>
116
- {{ organization.administrators[0].firstName }}
117
- {{ organization.administrators[0].lastName }}
118
- <br />
119
- <small>Principal</small>
116
+ <b>
117
+ {{ organization.administrators[0].firstName }}
118
+ {{ organization.administrators[0].lastName }}
119
+ <br />
120
+ <small>Principal</small>
121
+ </b>
120
122
  </h4>
121
123
 
122
124
  <asd20-list>
@@ -165,7 +167,12 @@
165
167
 
166
168
  <asd20-list
167
169
  v-if="organization.feederOrganizations.length > 0"
168
- :items="organization.feederOrganizations.map(l => ({ label: l }))"
170
+ :items="
171
+ organization.feederOrganizations.map(l => ({
172
+ label: l,
173
+ condensed: true,
174
+ }))
175
+ "
169
176
  class="asd20-school-details__feeder-schools"
170
177
  headline="Feeder Schools"
171
178
  icon="school"