Skip to content

Commit

Permalink
[#1538] Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vitoravelino committed Apr 25, 2014
1 parent 50c3114 commit 6391dda
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ckan/public/base/less/mixins.less
@@ -1,14 +1,14 @@
.break-word {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-all;

/* Non standard for webkit */
word-break: break-word;
/* Non standard for webkit */
word-break: break-word;

-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

.transform (@func) {
Expand Down

0 comments on commit 6391dda

Please sign in to comment.