石墨文档-应用表格-看板标题折行
石墨文档-应用表格-看板标题折行 by fallenmax
Details
Authorfallenmax
LicenseNo License
Category石墨文档
Created
Updated
Size742 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 石墨文档-应用表格-看板标题折行
@namespace shimo.im
@version 1.0.0
@description 石墨文档-应用表格-看板标题折行
@author FallenMax
==/UserStyle== */
@-moz-document regexp(".*shimo\\.im\\/tables\\/.*") {
.sm-kanban-item-name {
display: block !important;
-webkit-line-clamp: initial !important;
-webkit-box-orient: initial !important;
text-overflow: ellipsis !important;
white-space: initial !important;
overflow: initial !important;
height: auto !important;
}
.sm-kanban-item-name > div {
overflow: initial !important;
text-overflow: initial !important;
white-space: initial !important;
word-break: initial !important;
}
}