mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
css fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<ul class="list-group">
|
||||
<ul class="list-group array-add-list-group">
|
||||
{{#each dashletList}}
|
||||
<li class="list-group-item clearfix">
|
||||
{{translate this category="dashlets"}}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{{#unless optionList}}
|
||||
{{translate 'No Data'}}
|
||||
{{/unless}}
|
||||
<ul class="list-group">
|
||||
<ul class="list-group array-add-list-group">
|
||||
{{#each optionList}}
|
||||
<li class="list-group-item clearfix">
|
||||
{{#if ../translatedOptions}}{{prop ../../translatedOptions this}}{{else}}{{./this}}{{/if}}
|
||||
|
||||
@@ -2035,6 +2035,11 @@ pre > code {
|
||||
background-color: @white-color;
|
||||
}
|
||||
|
||||
.array-add-list-group > li {
|
||||
vertical-align: middle;
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: @screen-sm-min) {
|
||||
#global-search-panel {
|
||||
margin-top: 5px;
|
||||
|
||||
Reference in New Issue
Block a user