Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
University of Michigan Fencing
club-theme
Commits
89a0b244
Commit
89a0b244
authored
May 05, 2016
by
key-amb
Browse files
Don't break lines in code blocks
parent
d25ef472
Changes
1
Hide whitespace changes
Inline
Side-by-side
static/css/bootie-docs.css
View file @
89a0b244
...
...
@@ -24,6 +24,15 @@ h2, .h2 {
border-bottom
:
1px
solid
#eee
;
}
/* Override Bootstrap's style not to break line in code blocks */
pre
{
overflow
:
auto
;
word-wrap
:
normal
;
}
pre
code
{
white-space
:
pre
;
}
/*
* Override Bootstrap's default container.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment