File tree 4 files changed +11
-4
lines changed
4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 0.79.1 -alpha] - unreleased
8
+ ## [ 0.80.0 -alpha] - unreleased
9
9
10
10
This is an alpha version! The changes listed here are not final.
11
11
12
+ ### Security
13
+ - Social: Moved Mastodon input form to start
14
+
12
15
### Changed
13
16
- Social | Improve connect URL generation
14
17
@@ -1112,7 +1115,7 @@ This is an alpha version! The changes listed here are not final.
1112
1115
### Changed
1113
1116
- Updated package dependencies. [ #24470 ]
1114
1117
1115
- [ 0.79.1 -alpha ] : https://github.com/Automattic/jetpack-publicize-components/compare/v0.79.0...v0.79.1 -alpha
1118
+ [ 0.80.0 -alpha ] : https://github.com/Automattic/jetpack-publicize-components/compare/v0.79.0...v0.80.0 -alpha
1116
1119
[ 0.79.0 ] : https://github.com/Automattic/jetpack-publicize-components/compare/v0.78.0...v0.79.0
1117
1120
[ 0.78.0 ] : https://github.com/Automattic/jetpack-publicize-components/compare/v0.77.2...v0.78.0
1118
1121
[ 0.77.2 ] : https://github.com/Automattic/jetpack-publicize-components/compare/v0.77.1...v0.77.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @automattic/jetpack-publicize-components" ,
4
- "version" : " 0.79.1 -alpha" ,
4
+ "version" : " 0.80.0 -alpha" ,
5
5
"description" : " A library of JS components required by the Publicize editor plugin" ,
6
6
"homepage" : " https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/publicize-components/#readme" ,
7
7
"bugs" : {
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export function ConnectForm( {
85
85
onSubmit = { onSubmitForm }
86
86
>
87
87
{ displayInputs ? (
88
- < div className = { styles [ 'fields-wrapper' ] } >
88
+ < div className = { clsx ( styles [ 'fields-wrapper' ] , styles . input ) } >
89
89
< CustomInputs service = { service } />
90
90
</ div >
91
91
) : null }
Original file line number Diff line number Diff line change 204
204
width : 100% ;
205
205
gap : 1rem ;
206
206
207
+ & .input {
208
+ justify-content : flex-start ;
209
+ }
210
+
207
211
@include break-medium {
208
212
flex-direction : row ;
209
213
}
You can’t perform that action at this time.
0 commit comments