2つのボタンがあり、ボタンのテキストの1つがボタンの中央にありません。ボタンの中央にテキストが配置されていません
.mail_download_csv_btn{
width: 100px !important;
font-size: 12px !important;
}
.margin_right_10{
margin-right:10px;
}
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<button type="button" class="btn btn-info height_30 width_110 mail_download_csv_btn">Download CSV</button>
<button type="button" class="btn btn-info height_30 width_110 margin_right_10 mail_download_csv_btn">Mail PDF</button>
テキストダウンロードCSVはボタンにセンタリングされていません。
助けがあれば助かります。
ありがとうございます。
私は両方のボタンの幅を同じにしたい。だから私は幅を入れている –
私が言ったように、私はちょうど100pxの代わりに125pxに設定されていた – Ultrazz008