Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !28078

Add responsive borders

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/jnsdrtlf/responsive-border into v4-dev Jan 17, 2019
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: jnsdrtlf

Changed syntax for the border utilities to add or remove borders depending on the screen size. Using the notation from the spacing utilities like margin or padding, you can now provide a breakpoint to the additive and substractive border classes. This might be useful for dividers that should only be visible on large screens.

Examples:

  • border-left applies to all screen sizes
  • border-md-left for a border at the medium breakpoint and above
  • border-sm-0 to remove a border at the breakpoints small and above
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/jnsdrtlf/responsive-border