remove bs class that caused poor alignment sometimes
This commit is contained in:
parent
a39f802b4d
commit
2b7dcbe77c
@ -413,7 +413,7 @@ define([
|
|||||||
])
|
])
|
||||||
]),
|
]),
|
||||||
h('div.container.cp-container', [
|
h('div.container.cp-container', [
|
||||||
h('div.row.align-items-center.cp-register-det', [
|
h('div.row.cp-register-det', [
|
||||||
h('div#data.hidden.col-md-6', [
|
h('div#data.hidden.col-md-6', [
|
||||||
setHTML(h('p.register-explanation'), Msg.register_explanation)
|
setHTML(h('p.register-explanation'), Msg.register_explanation)
|
||||||
]),
|
]),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user