Skip to content

Commit

Permalink
ajuste fluxo ele
Browse files Browse the repository at this point in the history
  • Loading branch information
gustaallves committed Dec 6, 2023
1 parent dcdb059 commit d112e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/FluxogramaEle.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function FluxogramaEle() {
</div>
<div><div className="course-card" style={{ left: '746px', top: '600px' }}></div></div>
<div><div className="course-info" style={{ left: '760px', top: '615px' }}>Prática de Eletrônica Digital 2<br /></div></div>
<div className="course-info" style={{ left: '760px', top: '635px', display: 'flex', flexWrap: 'wrap', gap: '4px 6px', position: 'absolute' }}>
<div className="course-info" style={{ left: '760px', top: '650px', display: 'flex', flexWrap: 'wrap', gap: '4px 6px', position: 'absolute' }}>
<div style={{ display: 'flex', alignItems: 'center', flexShrink: '0', minWidth: '0px', maxWidth: '100%', height: '18px', borderRadius: '3px', paddingLeft: '6px', paddingRight: '6px', fontSize: '12px', lineHeight: '120%', color: 'rgb(253 253 253 / 80%)', background: 'rgb(0, 128, 0)', margin: '0px', whiteSpace: 'nowrap', overflow: 'hidden', textOverflow: 'ellipsis' }}>
<div style={{ whiteSpace: 'nowrap', overflow: 'hidden', textOverflow: 'ellipsis', display: 'inline-flex', alignItems: 'center', height: '18px', lineHeight: '18px' }}>
<span style={{ whiteSpace: 'nowrap', overflow: 'hidden', textOverflow: 'ellipsis' }}>2 créditos</span>
Expand Down

0 comments on commit d112e1a

Please sign in to comment.