mirror of
https://github.com/sasjs/server.git
synced 2026-01-04 05:20:06 +00:00
@@ -149,6 +149,9 @@ const LogChunk = (props: LogChunkProps) => {
|
|||||||
style={{
|
style={{
|
||||||
display: expanded ? 'block' : 'none'
|
display: expanded ? 'block' : 'none'
|
||||||
}}
|
}}
|
||||||
|
onClick={(evt) => {
|
||||||
|
evt.stopPropagation()
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
id={`log_container`}
|
id={`log_container`}
|
||||||
|
|||||||
@@ -32,7 +32,12 @@ const config: Configuration = {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.css$/i,
|
test: /\.css$/,
|
||||||
|
exclude: ['/node_modules/', /\.module\.css$/],
|
||||||
|
use: ['style-loader', 'css-loader']
|
||||||
|
},
|
||||||
|
{
|
||||||
|
test: /\.module\.css$/i,
|
||||||
use: [
|
use: [
|
||||||
'style-loader',
|
'style-loader',
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user