Skip to content
Snippets Groups Projects
Commit 869ad7fe authored by Gabriel Engel's avatar Gabriel Engel Committed by GitHub
Browse files

Merge pull request #5917 from RocketChat/message-cog-compact

fix message cog on compact view
parents 41e30a3a e347fa4e
No related merge requests found
......@@ -3020,6 +3020,10 @@ body:not(.is-cordova) {
min-height: 26px;
padding: 5px 15px 0 37px;
&:not(.system) .message-cog-container {
display: inline-block;
}
.body {
display: inline;
......@@ -3087,10 +3091,6 @@ body:not(.is-cordova) {
}
}
}
.message-cog-container {
display: inline-block;
}
}
// FLEX-TAB and FLEX-TAB views
......
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