fix responsive view of new session window in small and medium size windows
This commit is contained in:
parent
60ef40a51b
commit
5598b2ef17
|
|
@ -195,7 +195,7 @@ const JKNewMusicSession = () => {
|
|||
</FormGroup>
|
||||
</Form>
|
||||
</Col>
|
||||
{ greaterThan.sm && (
|
||||
{ greaterThan.lg && (
|
||||
<Col />
|
||||
)}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue