Okipa / laravel-bootstrap-table-list

Bootstrap table list generator for Laravel.
MIT License
17 stars 8 forks source link

Search input group : Wrong button sizes #11

Closed jamesst20 closed 5 years ago

jamesst20 commented 5 years ago
screen shot 2019-02-10 at 9 23 21 am

Packages.json content :

  "devDependencies": {
        "bootstrap": "^4.0.0",
        "cross-env": "^5.1",
        "jquery": "^3.2",
        "laravel-mix": "^4.0.7",
        "popper.js": "^1.12",
        "resolve-url-loader": "^2.3.1",
        "sass": "^1.15.2",
        "sass-loader": "^7.1.0",
        "@fortawesome/fontawesome-free": "^5.7.1"
    }
Okipa commented 5 years ago

Hi @jamesst20, thanks for your request.
This package is abandoned and has been moved here : https://github.com/Okipa/laravel-table However, if you still want to use this one, I would accept PR to fix this.

jamesst20 commented 5 years ago

Thank you @Okipa

I should be able to upgrade to the new version then :) I wasn't aware of that