remove bs class that caused poor alignment sometimes

pull/1/head
ansuz 2017-08-16 11:30:56 +02:00
parent a39f802b4d
commit 2b7dcbe77c
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ define([
])
]),
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', [
setHTML(h('p.register-explanation'), Msg.register_explanation)
]),