mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-03 20:36:57 +03:00
Fix custom widget form styling
This commit is contained in:
parent
3588ce7bc5
commit
db70272902
1 changed files with 5 additions and 0 deletions
|
@ -152,3 +152,8 @@ limitations under the License.
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form.mx_Custom_Widget_Form div {
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue