Fix senderProfile getting cutoff
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
4afd985e7e
commit
18355599e8
1 changed files with 12 additions and 7 deletions
|
@ -21,7 +21,9 @@ limitations under the License.
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
.mx_MImageReplyBody_info {
|
||||||
|
flex: 1;
|
||||||
|
|
||||||
.mx_MImageReplyBody_sender {
|
.mx_MImageReplyBody_sender {
|
||||||
grid-area: sender;
|
grid-area: sender;
|
||||||
|
@ -30,3 +32,6 @@ limitations under the License.
|
||||||
.mx_MImageReplyBody_filename {
|
.mx_MImageReplyBody_filename {
|
||||||
grid-area: filename;
|
grid-area: filename;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue