Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit e17e7da

Browse files
committed
Use text-align: justify
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 5124539 commit e17e7da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/css/views/audio_messages/_AudioPlayer.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ limitations under the License.
5959

6060
.mx_Clock {
6161
min-width: $font-42px; // for flexbox
62-
padding-left: 4px; // isolate from seek bar
63-
text-align: right;
62+
padding-left: $spacing-4; // isolate from seek bar
63+
text-align: justify;
6464
white-space: nowrap;
6565
}
6666
}

0 commit comments

Comments
 (0)