merge text-xs override
This commit is contained in:
@@ -80,13 +80,13 @@ var ptRowHoverCls = map[PrettyTableHeaderColor]string{
|
||||
var ptHeaderPaddingCls = map[PrettyTableSize]string{
|
||||
PrettyTableSizeDefault: "p-4 text-sm",
|
||||
PrettyTableSizeCompact: "py-1.5 px-2 text-sm",
|
||||
PrettyTableSizeSuperCompact: "py-1 px-2 text-xs",
|
||||
PrettyTableSizeSuperCompact: "py-1 px-2 text-ss",
|
||||
}
|
||||
|
||||
var ptBodyPaddingCls = map[PrettyTableSize]string{
|
||||
PrettyTableSizeDefault: "text-sm [&_td]:p-4",
|
||||
PrettyTableSizeCompact: "text-sm [&_td]:py-1 [&_td]:px-2",
|
||||
PrettyTableSizeSuperCompact: "text-xs [&_td]:py-0.5 [&_td]:px-2",
|
||||
PrettyTableSizeSuperCompact: "text-ss [&_td]:py-0.5 [&_td]:px-2",
|
||||
}
|
||||
|
||||
var ptPosCls = map[PrettyTableColumnPosition]string{
|
||||
|
||||
Reference in New Issue
Block a user