Revert "Bugfix: Align comment label and actions to the right (#7024)" (#7055)

This reverts commit 0c432d26fe.
This commit is contained in:
Lunny Xiao 2019-05-27 00:55:53 +08:00 committed by techknowlogick
parent c2f3938a58
commit f3d87da3e2
3 changed files with 5 additions and 5 deletions

View file

@ -798,16 +798,16 @@
> .header {
#avatar-arrow;
font-weight: normal;
padding: auto 15px;
position: relative;
padding: 0 15px;
color: #767676;
background-color: #f7f7f7;
border-bottom: 1px solid #eeeeee;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
justify-content: space-between;
.text {
max-width: 78%;
padding-top: 10px;
padding-bottom: 10px;
}