mirror of https://github.com/vector-im/riot-web
Fix custom widget form styling
parent
3588ce7bc5
commit
db70272902
|
@ -152,3 +152,8 @@ limitations under the License.
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
form.mx_Custom_Widget_Form div {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue