Skip to content

Commit

Permalink
Fix CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jung committed Jul 18, 2024
1 parent b497f5e commit 1008f71
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions frameworks/termentry/css/termentry.css
Original file line number Diff line number Diff line change
Expand Up @@ -1139,19 +1139,17 @@
}
*[class~="termentry/domain"][class~="termentry/concept-domain"] {
content:
oxy_combobox(
edit, '@concept-domain',
columns, 30,
editable, true
) !important;
oxy_popup(
edit, '@concept-domain'
);
padding-bottom: 5px;
}
*[class~="termentry/domain"][class~="termentry/term-domain"] {
content:
oxy_combobox(
edit, '@term-domain',
columns, 30,
editable, true
) !important;
oxy_popup(
edit, '@term-domain'
);
padding-bottom: 5px;
}

/*********************************************
Expand Down

0 comments on commit 1008f71

Please sign in to comment.