Merge branch 'develop' into sw-notification-action
This commit is contained in:
commit
35fe912e5f
88 changed files with 757 additions and 435 deletions
|
|
@ -268,8 +268,7 @@ export default defineComponent({
|
|||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
min-width: 0;
|
||||
overflow: hidden; // overflow: clip; をSafariが対応したら消す
|
||||
overflow: clip;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
> .time {
|
||||
|
|
@ -280,8 +279,7 @@ export default defineComponent({
|
|||
|
||||
> .text {
|
||||
white-space: nowrap;
|
||||
overflow: hidden; // overflow: clip; をSafariが対応したら消す
|
||||
overflow: clip;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
> [data-icon] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue