diff --git a/client/src/App.css b/client/src/App.css index 06bc91e..2ca1d29 100755 --- a/client/src/App.css +++ b/client/src/App.css @@ -57,11 +57,18 @@ body { } .Table .WarningDialog .Warning { + display: flex; + flex-direction: column; + padding: 0.25rem; +} + +.Table .WarningDialog .Warning > div { display: flex; padding: 1rem; } + .Table .PlayersStatus { z-index: 5000; } @@ -153,4 +160,4 @@ body { left: 0; right: 0; bottom: 0; -} \ No newline at end of file +} diff --git a/client/src/App.js b/client/src/App.js index 7c18a05..61318bb 100755 --- a/client/src/App.js +++ b/client/src/App.js @@ -304,7 +304,10 @@ const Table = () => { } { warning &&