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

Commit 5124539

Browse files
committed
Remove the hardcoded width of the clock on the AudioPlayer
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 0e68c16 commit 5124539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/audio_messages/_AudioPlayer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ limitations under the License.
5858
}
5959

6060
.mx_Clock {
61-
width: $font-42px; // we're not using a monospace font, so fake it
6261
min-width: $font-42px; // for flexbox
6362
padding-left: 4px; // isolate from seek bar
6463
text-align: right;
64+
white-space: nowrap;
6565
}
6666
}
6767
}

0 commit comments

Comments
 (0)