Skip to content

Commit abedb8e

Browse files
committed
Remove break-all and font-size from guides tips
Sidebar text that appears when hovering over each part of package.json has poor readability. These changes improve it; see comparison: * Before: http://i.imgur.com/l3RLjJW.png break-all word wrap makes text too difficult/confusing to follow, large font size attempts to squeeze too much text in too little a space * After: http://i.imgur.com/r2meRpF.png eaiser to read; lines are not broken mid-word and smaller font size allows for more comfortable reading
1 parent b7cf118 commit abedb8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

css.styl

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
.guides
1010
float: left
11-
font-size: 21px
1211
position: relative
1312

1413
code
@@ -23,7 +22,6 @@
2322
left: 0
2423
position: absolute
2524
top: 100px
26-
word-break: break-all
2725

2826
.hidden
2927
display: none

0 commit comments

Comments
 (0)