8 lines
138 B
CSS
8 lines
138 B
CSS
|
.details {
|
||
|
@apply tw-border tw-p-2 tw-overflow-hidden;
|
||
|
|
||
|
& > .content {
|
||
|
@apply tw-overflow-hidden tw-px-2 tw-py-3;
|
||
|
}
|
||
|
}
|