'init'
This commit is contained in:
19
app/components/ReplyHeader/ReplyHeader.module.css
Normal file
19
app/components/ReplyHeader/ReplyHeader.module.css
Normal file
@@ -0,0 +1,19 @@
|
||||
.short_text {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: block!important;
|
||||
height: unset!important;
|
||||
}
|
||||
|
||||
.button_inner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.short_text {
|
||||
max-width: 60px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user