Skip to content
Snippets Groups Projects
Commit 7c849808 authored by Nico's avatar Nico
Browse files

Decrease padding size of history container

parent 06646784
No related branches found
No related tags found
1 merge request!91Limit input width just like message texts width
Pipeline #5355 canceled
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
.messages-history { .messages-history {
background-color: @theme_base_color; background-color: @theme_base_color;
padding: 0 18px 18px; padding: 0 4px 4px;
} }
.history-view { .history-view {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment