Skip to content

Commit

Permalink
provider style
Browse files Browse the repository at this point in the history
  • Loading branch information
haitv282 committed Dec 19, 2017
1 parent 09b0658 commit 50a89d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion view/adminhtml/templates/system/config/provider.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<?php endforeach; ?>
</select>

<button class="actions-provider-button" type="button" id="<?php echo $block->getHtmlId() ?>" style="width: 19%">
<button class="actions-provider-button" type="button" id="<?php echo $block->getHtmlId() ?>">
<span><?php echo $block->escapeHtml($block->getButtonLabel()) ?></span>
</button>
</div>
Expand Down
8 changes: 8 additions & 0 deletions view/adminhtml/web/css/source/_module.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,12 @@
height: 100%;
}
}
}

#mageplaza_smtp_provider{
width: calc(~"100% - 125px")
}
.actions-provider-button{
width: 121px;
box-sizing: border-box;
}

0 comments on commit 50a89d4

Please sign in to comment.