Tariq Porter

Results 4 issues of Tariq Porter

With selected tags that are wider than the parent container (Either the screen or a bootstrap column) Then the close button gets cut-off meaning that they can't be removed afterwards....

``` CsQuery.CQ test = "HelloWorld"; test.Select("em").Before("{EM_BEFORE}"); test.Select("em").After("{EM_AFTER}"); test.Remove("em"); var test2 = test.Text().Replace("{EM_BEFORE}", "").Replace("{EM_AFTER}", ""); ``` Gets rid of one of the closing `` s, outputting: `HelloWorld` jQuery handles this correctly.

### Expected behavior Expect to be able to drag `Draggable`s and have other `Draggable`s react accordingly ### Actual behavior Allows to drag `Draggable`, but other `Draggable`s do not move accordingly,...

[#6571](https://github.com/angular-ui/bootstrap/issues/6571) Remove an extra `` in template `month.html` for `datepicker`