diff options
author | crupest <crupest@outlook.com> | 2021-05-06 17:24:54 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-06 17:24:54 +0800 |
commit | 51eb07c89ce480ba04c8979163ea8e82d2672b11 (patch) | |
tree | 3b87b7b462535fd11dcbd77f3bdedbcb5ed6d0f0 /FrontEnd/src | |
parent | f7e0965dc06b63e9ef77813413bb0cb7eab9aa0b (diff) | |
download | timeline-51eb07c89ce480ba04c8979163ea8e82d2672b11.tar.gz timeline-51eb07c89ce480ba04c8979163ea8e82d2672b11.tar.bz2 timeline-51eb07c89ce480ba04c8979163ea8e82d2672b11.zip |
...
Diffstat (limited to 'FrontEnd/src')
-rw-r--r-- | FrontEnd/src/app/views/timeline-common/TimelinePostEdit.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePostEdit.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePostEdit.tsx index 5c379a9a..5f3f0345 100644 --- a/FrontEnd/src/app/views/timeline-common/TimelinePostEdit.tsx +++ b/FrontEnd/src/app/views/timeline-common/TimelinePostEdit.tsx @@ -82,7 +82,7 @@ const TimelinePostEditImage: React.FC<TimelinePostEditImageProps> = (props) => { onChange={onInputChange} accept="image/*" disabled={disabled} - className="mx-3 my-1 d-inline-block" + className="mx-3 my-1" /> {file != null && !error && ( <BlobImage |