laravel-notify icon indicating copy to clipboard operation
laravel-notify copied to clipboard

img etc. do not need to be displayed as block

Open supgeek-rod opened this issue 3 years ago • 0 comments

vendor/mckenziearts/laravel-notify/css/notify.css

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

laravel-notify is just an additional tool, which will affect the main project may be can add a unique parent selector

supgeek-rod avatar Dec 09 '21 08:12 supgeek-rod