zhengchun

Results 4 issues of zhengchun

```xml First Second Third ``` ### Test: - [x] [//test[@foo='bar'])/[last()]` This from https://github.com/antchfx/xpath/issues/76 expected: ```xml Second ``` actually: not found - [ ] `//test[@foo='bar'][last()]` expected ```xml Second ``` actually: not...

bug

```html ``` ### Expect Result ![1](https://user-images.githubusercontent.com/5097328/45918484-3eb45400-beba-11e8-825f-8ad169c6b85a.png) ### But Current Result ![2](https://user-images.githubusercontent.com/5097328/45918492-62779a00-beba-11e8-963d-7108013437c9.png) ### Solution to fix just add `width:100%` to `.card-img` . https://github.com/twbs/bootstrap/blob/v4-dev/scss/_card.scss#L123 ``` .card-img { width:100%; } ```

bug

http://daemonite.github.io/material/docs/4.1/components/progress/#height ```html ``` change progress height style but always default. The official bootstrap framework can work.

enhancement