Added max-width: 100%; to columns to keep them constrained within parents.
(for example: to prevent right-aligned text from overlapping the edge of the parent 'container')
This commit is contained in:
parent
6d07a6538e
commit
d4e80ded6b
2
stylesheets/skeleton.css
vendored
2
stylesheets/skeleton.css
vendored
@ -23,7 +23,7 @@
|
||||
|
||||
.container { position: relative; width: 960px; margin: 0 auto; padding: 0; }
|
||||
.container .column,
|
||||
.container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
|
||||
.container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; max-width: 100%; }
|
||||
.row { margin-bottom: 20px; }
|
||||
|
||||
/* Nested Column Classes */
|
||||
|
Loading…
Reference in New Issue
Block a user