Skip to content

Commit 72068c9

Browse files
Merge pull request #335 from kakysha/master
fix for wrapping 'added' badge in bot store
2 parents 72450f2 + fd829d3 commit 72068c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/views/correspondentDevices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<style type="text/css">
22
.bot_name {
33
text-overflow: ellipsis;
4-
width: 75%;
4+
max-width: 75%;
55
display: inline-block;
66
white-space: nowrap;
77
overflow: hidden;

0 commit comments

Comments
 (0)