diff --git a/administrator/templates/hathor/css/template.css b/administrator/templates/hathor/css/template.css index 1b2f627ae1138..c2f7242268fe8 100644 --- a/administrator/templates/hathor/css/template.css +++ b/administrator/templates/hathor/css/template.css @@ -3921,3 +3921,6 @@ div.toggle-editor { .muted { color: #999; } +.popover-content { + min-height: 33px; +} diff --git a/administrator/templates/hathor/less/template.less b/administrator/templates/hathor/less/template.less index 2e2e0e489ccea..5611bfae04c80 100644 --- a/administrator/templates/hathor/less/template.less +++ b/administrator/templates/hathor/less/template.less @@ -3534,3 +3534,8 @@ div.toggle-editor { .muted { color: #999; } + +/* Popover minimum height - overwrite bootstrap default */ +.popover-content { + min-height: 33px; +} diff --git a/administrator/templates/isis/css/template-rtl.css b/administrator/templates/isis/css/template-rtl.css index b528a695f8fc7..f927b5de493d9 100644 --- a/administrator/templates/isis/css/template-rtl.css +++ b/administrator/templates/isis/css/template-rtl.css @@ -8373,6 +8373,9 @@ body.modal-open { #page-permissions table select { margin-bottom: 0; } +.popover-content { + min-height: 33px; +} .pull-right { float: left; } diff --git a/administrator/templates/isis/css/template.css b/administrator/templates/isis/css/template.css index c06e848a9f308..1a405d0fcc660 100644 --- a/administrator/templates/isis/css/template.css +++ b/administrator/templates/isis/css/template.css @@ -8373,3 +8373,6 @@ body.modal-open { #page-permissions table select { margin-bottom: 0; } +.popover-content { + min-height: 33px; +} diff --git a/administrator/templates/isis/less/template.less b/administrator/templates/isis/less/template.less index 855b176ebe7ec..cca07394a3bd4 100644 --- a/administrator/templates/isis/less/template.less +++ b/administrator/templates/isis/less/template.less @@ -1393,3 +1393,8 @@ body.modal-open { } } } + +/* Popover minimum height - overwrite bootstrap default */ +.popover-content { + min-height: 33px; +} diff --git a/templates/beez3/css/general.css b/templates/beez3/css/general.css index c49cb95ea8c03..b67f02d5c4920 100644 --- a/templates/beez3/css/general.css +++ b/templates/beez3/css/general.css @@ -491,6 +491,7 @@ span.optional } .popover-content { padding: 9px 14px; + min-height: 33px; } .popover .arrow, .popover .arrow:after { diff --git a/templates/protostar/css/template.css b/templates/protostar/css/template.css index 80e226fa72cde..cf27251459d7b 100644 --- a/templates/protostar/css/template.css +++ b/templates/protostar/css/template.css @@ -7660,3 +7660,6 @@ body.modal-open { li { word-wrap: break-word; } +.popover-content { + min-height: 33px; +} diff --git a/templates/protostar/less/template.less b/templates/protostar/less/template.less index 1c1fea69cbdc1..2add3542413a4 100644 --- a/templates/protostar/less/template.less +++ b/templates/protostar/less/template.less @@ -673,3 +673,8 @@ body.modal-open { li { word-wrap: break-word; } + +/* Popover minimum height - overwrite bootstrap default */ +.popover-content { + min-height: 33px; +}