Posts by Anderson Castro • 1 point
1 post
- 
		0 votes5 answers217 viewsA: Overflow of text in flex elementsHello, I’ve made the following changes: In the top class, I added flex: 1 1; and the flex-direction: row; In the number class, I added display: flex; In the box class, I added ```overflow:…