File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 3.0.1
2
+
3
+ - Fix content within the header-extra slot of ipl-expanding-space sometimes being invisible
4
+
1
5
# 3.0.0
2
6
3
7
## Breaking
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @iplsplatoon/vue-components" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " Vue components for internal Inkling Performance Labs utilities." ,
5
5
"homepage" : " https://github.com/IPLSplatoon/vue-components" ,
6
6
"repository" : " https://github.com/IPLSplatoon/vue-components" ,
Original file line number Diff line number Diff line change @@ -163,8 +163,12 @@ export default defineComponent({
163
163
}
164
164
}
165
165
166
- > .header-extra :not (:empty ) {
167
- margin-left : 8px ;
166
+ > .header-extra {
167
+ z-index : 1 ;
168
+
169
+ & :not (:empty ) {
170
+ margin-left : 8px ;
171
+ }
168
172
}
169
173
170
174
.ipl-expanding-space__title {
You can’t perform that action at this time.
0 commit comments