question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
GuacheSuedecommented, Jan 26, 2018
1reaction
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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

WPF: Problem with overlapping controls and grid column widths
I need the child grid (in the tab control) to resize its columns according to the overlapping control. Specifically, when the overlapping ......
Read more >
Column menu and Filter menu indicators are overlapping the ...
When you shrink a Grid column, ellipsis is rendered to represent the clipped text. However, at some point of resizing the Column menu...
Read more >
CSS Grid: Overlapping Content Layout (Advanced) - YouTube
In this advanced layout breakdown we'll take a look at creating gaps between content in our layout using the template rows and columns...
Read more >
Working With Layouts in JavaFX: Using Built-in Layout Panes
The GridPane layout pane enables you to create a flexible grid of rows and columns in which to lay out nodes. Nodes can...
Read more >
Grid - .NET MAUI | Microsoft Learn
By default, a Grid contains one row and one column. In addition, a Grid can be used as a parent layout that contains...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found