Browse Source

[minor] long tags, fixes frappe/erpnext#9770 (#3716)

version-14
Prateeksha Singh 8 years ago
committed by Makarand Bauskar
parent
commit
a19c7e61e5
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      frappe/public/css/list.css
  2. +1
    -0
      frappe/public/less/list.less

+ 1
- 0
frappe/public/css/list.css View File

@@ -232,6 +232,7 @@
padding: 2px 4px;
font-weight: normal;
background-color: #F0F4F7;
white-space: normal;
}
.taggle_list .taggle:hover {
padding: 2px 15px 2px 4px;


+ 1
- 0
frappe/public/less/list.less View File

@@ -292,6 +292,7 @@
padding: 2px 4px;
font-weight: normal;
background-color: @btn-bg;
white-space: normal;

&:hover {
padding: 2px 15px 2px 4px;


Loading…
Cancel
Save