feat: activity details in class
This commit is contained in:
@@ -1874,6 +1874,7 @@ select {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 0.75rem;
|
||||
padding-right: 2.5rem;
|
||||
text-align: left;
|
||||
-webkit-print-color-adjust: exact;
|
||||
}
|
||||
|
||||
|
||||
@@ -6012,7 +6012,7 @@
|
||||
if (isSelectElement(element)) {
|
||||
return new SelectElementContainer(context, element);
|
||||
}
|
||||
if (isTextareaElement(element)) {
|
||||
if (isElement(element)) {
|
||||
return new TextareaElementContainer(context, element);
|
||||
}
|
||||
if (isIFrameElement(element)) {
|
||||
|
||||
Reference in New Issue
Block a user