Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit bb191db

Browse files
committed
Merge branch 'style_relations'
2 parents e80d58c + da0e9ac commit bb191db

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

styles.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -159,16 +159,12 @@ div.database-plugin__td.data-input:hover {
159159
box-sizing: border-box;
160160
}
161161

162-
.database-plugin__td span.is-loaded,
163-
span.database-plugin__calendar,
164-
div.database-plugin__checkbox {
162+
.database-plugin__checkbox {
163+
place-self: center;
165164
display: flex;
166165
align-items: center;
167166
justify-content: center;
168-
}
169-
170-
.database-plugin__checkbox {
171-
place-self: center;
167+
flex-wrap: wrap;
172168
}
173169

174170
.database-plugin__checkbox input[type="checkbox"] {
@@ -563,7 +559,11 @@ div.database-plugin__checkbox {
563559
}
564560

565561
.database-plugin__calendar {
566-
align-self: center;
562+
place-self: center;
563+
display: flex;
564+
align-items: center;
565+
justify-content: center;
566+
flex-wrap: wrap;
567567
}
568568

569569
.database-plugin__relationship,

0 commit comments

Comments
 (0)