Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Grid] - Buttons overlapping each other inside a column on resize #6115

Closed
abhigyantiwari opened this issue Jan 23, 2018 · 5 comments
Closed
Labels

Comments

@abhigyantiwari
Copy link

abhigyantiwari commented Jan 23, 2018

Expected
There should be space between buttons

Result
Buttons start to overlap after browser resize

Testcase
Applied stackable, relaxed grid classes. Didn't help.

Here is my code...

<div class="ui stackable grid">
		<div class="ui three column row">
			<div class="column"></div>
			<div class="column">
				<h1 style="color: white; font-family: 'Dosis', sans-serif;">You are..</h1>
				<div class="ui relaxed grid">
					<div class="four column row">
						<div class="column"><a href="" class="ui green button">Teacher</a></div>
						<div class="column"><a href="" class="ui green button">Parent</a></div>
						<div class="column"><a href="" class="ui green button">Principal</a></div>
						<div class="column"><a href="" class="ui green button">Student</a></div>
					</div>
				</div>
			</div>
			<div class="column"></div>
		</div>
	</div>

Laptop:
capture2

Tablet:

capture

@abhigyantiwari
Copy link
Author

Pls Haaalp!

@GuacheSuede
Copy link

#6109

@abhigyantiwari
Copy link
Author

abhigyantiwari commented Jan 27, 2018

Let's hope it's true that they are working on V3 as mentioned in ticket you provided! 💯

@GuacheSuede
Copy link

@abhigyantiwari Doubt so, because they are struggling to find funding

@stale
Copy link

stale bot commented Apr 27, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 27, 2018
@stale stale bot closed this as completed May 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants