Mozilla Firefox中的Bootstrap 4图例问题

时间:2017-07-17 06:08:48

标签: html angular bootstrap-4

我正在使用bootstrap 4 <legend>到我的登录页面,但它正在修复登录屏幕的左侧而不是中间此问题仅在Firefox浏览器中。

<div [ngClass]="{'margin-top-20px': true}">
    <fieldset [ngClass]="{'fieldset-header': true}">
        <legend [ngClass]="{'legend': true}">New User?</legend>
    </fieldset>
</div>

0 个答案:

没有答案