mirror of
https://github.com/spatie/dnsrecords.io.git
synced 2026-04-27 08:25:57 +03:00
[PR #3] [CLOSED] Limit input on fail #24
Labels
No labels
bug
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnsrecords.io#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spatie/dnsrecords.io/pull/3
Author: @TheAlexLichter
Created: 10/26/2017
Status: ❌ Closed
Base:
master← Head:feature-limit-output📝 Commits (1)
62f0b66Limit input on fail📊 Changes
1 file changed (+4 additions, -2 deletions)
View changed files
📝
app/Http/Controllers/HomeController.php(+4 -2)📄 Description
When no results are found, limit the length of the domain input string to prevent breaking of the page design.
Before (scrollable to the right):

After:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.