corrected text=top to text-top (#27703)
This commit is contained in:
committed by
Randell Dawson
parent
bf3112d256
commit
b80e7a503d
@ -19,7 +19,7 @@ These are the valid values for ```vertical-align```:
|
|||||||
* ```top``` - This aligns the element so that the top of this element is in align with the top of the tallest element on the line
|
* ```top``` - This aligns the element so that the top of this element is in align with the top of the tallest element on the line
|
||||||
* ```bottom``` - This aligns the element so that the bottom of this element is in align with the bottom of the lowest element on the line
|
* ```bottom``` - This aligns the element so that the bottom of this element is in align with the bottom of the lowest element on the line
|
||||||
* ```middle``` - This aligns the element so that it is in the middle of the parent element
|
* ```middle``` - This aligns the element so that it is in the middle of the parent element
|
||||||
* ```text=top``` - This aligns the top of this element so that it is aligned with the top of the parent element's top
|
* ```text-top``` - This aligns the top of this element so that it is aligned with the top of the parent element's top
|
||||||
* ```text-bottom``` - This aligns the bottom of this element so that it is aligned with the bottom of the parent element's text
|
* ```text-bottom``` - This aligns the bottom of this element so that it is aligned with the bottom of the parent element's text
|
||||||
|
|
||||||
#### More Information:
|
#### More Information:
|
||||||
|
Reference in New Issue
Block a user