Possible visual bug: There is no margin between div elements anymore #4824

Closed
opened 2025-11-02 06:03:55 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @proton-ab on GitHub (Feb 10, 2020).

  • Gitea version (or commit ref): 1.11.0
  • Git version: -
  • Operating system: -
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist: -

Description

It seems that div elements are no longer separated with margin between them.

Screenshots

firefox_2020-02-10_15-30-37

firefox_2020-02-10_15-33-12

Originally created by @proton-ab on GitHub (Feb 10, 2020). <!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> <!-- 1. Please speak English, this is the language all maintainers can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/gitea) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): 1.11.0 - Git version: - - Operating system: - - Database (use `[x]`): - [ ] PostgreSQL - [x] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x] Not relevant - Log gist: - ## Description It seems that div elements are no longer separated with margin between them. ## Screenshots ![firefox_2020-02-10_15-30-37](https://user-images.githubusercontent.com/25139420/74158573-9a4fc080-4c1a-11ea-84e5-28327dd07f54.png) ![firefox_2020-02-10_15-33-12](https://user-images.githubusercontent.com/25139420/74158609-aa67a000-4c1a-11ea-8800-10ee8c34c2a2.png) <!-- **If this issue involves the Web Interface, please include a screenshot** -->
GiteaMirror added the topic/ui label 2025-11-02 06:03:55 -06:00
Author
Owner

@zeripath commented on GitHub (Feb 11, 2020):

I think this is also a duplicate but, again a good reminder that we never got this fixed after the move to fomantic

@zeripath commented on GitHub (Feb 11, 2020): I think this is also a duplicate but, again a good reminder that we never got this fixed after the move to fomantic
Author
Owner

@silverwind commented on GitHub (Feb 11, 2020):

Example for logged in users: https://try.gitea.io/user/settings

Seems like a underlying bug in Fomantic but I guess we can workaround:

.ui.attached.segment + .ui.attached.header {
  margin-top: 1rem;
}
@silverwind commented on GitHub (Feb 11, 2020): Example for logged in users: https://try.gitea.io/user/settings Seems like a underlying bug in Fomantic but I guess we can workaround: ````css .ui.attached.segment + .ui.attached.header { margin-top: 1rem; }
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#4824