Add common logic for xref buttons, links when viewing object

about dang time for this..probaby needs improvement but a good start
This commit is contained in:
Lance Edgar 2022-12-08 21:49:49 -06:00
parent 2278082a4d
commit 273fa7eb55
4 changed files with 60 additions and 22 deletions

View file

@ -93,6 +93,10 @@ header .level .theme-picker {
* "object helper" panel
******************************/
.object-helpers .panel-heading {
white-space: nowrap;
}
.object-helpers a {
white-space: nowrap;
}