diff options
author | Renard | 2019-09-15 21:25:04 -0300 |
---|---|---|
committer | Renard | 2019-09-15 21:25:04 -0300 |
commit | 9ac9b9805779a504c9904bb6e81b579cfdb79c28 (patch) | |
tree | da1c49d135fba6759310f1d24962cb47ce35cedd /src/App.css | |
parent | 3f0006e2c530a6837598891b66a8d74937b468cf (diff) | |
download | bai-client-9ac9b9805779a504c9904bb6e81b579cfdb79c28.tar.gz bai-client-9ac9b9805779a504c9904bb6e81b579cfdb79c28.tar.xz bai-client-9ac9b9805779a504c9904bb6e81b579cfdb79c28.zip |
max-width de Comment removido
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css index 07441e4..9777452 100644 --- a/src/App.css +++ b/src/App.css @@ -68,4 +68,8 @@ overflow: hidden; float: left; margin-right: 5px; +} + +.ui.comments { + max-width: none !important; }
\ No newline at end of file |