mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Clear paragraphs (#2183)
* Clear paragraphs Signed-off-by: French Ben <frenchben@docker.com> * Moved css to temp Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
committed by
Misty Stanley-Jones
parent
a8d9900653
commit
84cff63189
@@ -121,3 +121,9 @@ h6 {
|
||||
.button.outline-btn {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
/* Clearfix of floated elements within p tags */
|
||||
p:after {
|
||||
content: "";
|
||||
clear: both;
|
||||
display: table;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user