ARCANEDEV / LogViewer

:page_with_curl: Provides a log viewer for Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How tochange css style if needed

theankitjais opened this issue · comments

I tried changing css in /vendor/arcanedev/log-viewer/resources/views/bootstrap-4/ but it did not get reflected. Help

I tried changing css in /vendor/arcanedev/log-viewer/resources/views/bootstrap-4/ but it did not get reflected. Help

I want to put a style

.table td, .table th {
    overflow-wrap: anywhere !important;
}