E
E
Elbakidze2020-05-26 09:16:18
Bootstrap
Elbakidze, 2020-05-26 09:16:18

How to make a button not clipped?

How to make a whole button: otherwise the right half is not rounded:
5eccb42ecd958096456322.png

<div class="btn-group" role="group">
    <button id="btnGroupDrop1" type="button" class="btn btn-outline-success btn-sm button-place-ads" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
      Разместить
    </button>
    <div class="dropdown-menu" aria-labelledby="btnGroupDrop1">
    <a class="dropdown-item" href="<?php echo _link("add_publication"); ?>">Статью</a>
     	<a class="dropdown-item" href="<?php echo _link("add_ad"); ?>">Объявление</a>
        <a class="dropdown-item" href="<?php echo _link("open-shop"); ?>">Открыть магазин</a>
    </div>
  </div>

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question