This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[minor] long tags, fixes frappe/erpnext#9770 (
#3716
)
version-14
Prateeksha Singh
8 years ago
committed by
Makarand Bauskar
parent
7aa013011e
commit
a19c7e61e5
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
frappe/public/css/list.css
+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;
Write
Preview
Loading…
Cancel
Save